刚写好的Asp.Net时间和日期的Label控件。作为讲解Asp.net控件开发的第一部分:继承开发(2)
2007-12-15 09:32:17 来源:WEB开发网核心提示:this.dateTimeSet.DateTimeFormatChanged +=new DateTimeFormateEventHandler(OnTextChanged); this.text=this.DT.ToString(this.dateTimeSet.FormateString,(new zyqCultr
this.dateTimeSet.DateTimeFormatChanged +=new DateTimeFormateEventHandler(OnTextChanged);
this.text=this.DT.ToString(this.dateTimeSet.FormateString,(new zyqCultrueInfo(this.dateTimeSet.LanguageAndCountry,true)).DateTimeFormat);
}
return this.dateTimeSet;
}
set
{
this.dateTimeSet=value;
this.dateTimeSet.DateTimeFormatChanged +=new DateTimeFormateEventHandler(OnTextChanged);
this.text=this.DT.ToString(value.FormateString,(new zyqCultrueInfo(value.LanguageAndCountry,true)).DateTimeFormat);
}
}
[Browsable(true),Category("日期时间设置"),Description("设定时间和日期的格式类型。此属性只在AutoFitClientBrowser属性为true时,才起作用。")]
public DateFormatOption DateTimeOption
{
get{return this._dfo;}
set
{
this._dfo = value;
if(this.AutoFitClientBrowser)
if(this.Site !=null)
if(this.Site.DesignMode)
this.AutoFit(CultureInfo.CurrentCulture.Name.ToLower());
- ››ASP.NET及JS中的cookie基本用法
- ››ASP.NET获取MS SQL Server安装实例
- ››asp.net实现调用百度pai 在线翻译英文转中文
- ››ASP.NET页面选项进行提示判断
- ››Asp.net定时执行程序
- ››ASP.NET中利用DataList实现图片无缝滚动
- ››ASP.NET验证控件RequiredFieldValidator
- ››ASP.NET中使用System.Net.Mail发邮件
- ››ASP.NET中获取用户控件中控件的ID
- ››ASP.NET中FileBytes写成文件并存档
- ››asp获取毫秒数
- ››asp.net报“INSERT INTO 语句的语法错误解决
更多精彩
赞助商链接