刚写好的Asp.Net时间和日期的Label控件。作为讲解Asp.net控件开发的第一部分:继承开发(2)
2007-12-15 09:32:17 来源:WEB开发网核心提示:public bool AutoFitClientBrowser{get{ return this._autofit;}set{this._autofit = value;}}[Browsable(true),Category("日期时间设置&quo
public bool AutoFitClientBrowser
{
get{ return this._autofit;}
set{this._autofit = value;}
}
[Browsable(true),Category("日期时间设置"),Description("设定日期"),Bindable(true)]
[RefreshProperties(RefreshProperties.Repaint)]
public DateTime DT
{
get
{
if(this._dt.ToString() != null)
return this._dt;
return DateTime.Now;
}
set
{
this._dt =value;
if(this.DateTimeFormatShow != null)
this.text=value.ToString(this.DateTimeFormatShow.FormateString,(new zyqCultrueInfo(this.DateTimeFormatShow.LanguageAndCountry,true)).DateTimeFormat);
}
}
[Browsable(true),Category("日期时间设置"),TypeConverter(typeof(DTFormatSettingConverter)),DesignerSerializationVisibility(DesignerSerializationVisibility.Content),Description("设定时间和日期的格式")
,RefreshProperties(RefreshProperties.Repaint)]
public DTFormatSetting DateTimeFormatShow
{
get
{
if(this.dateTimeSet ==null)
{
this.dateTimeSet= new DTFormatSetting();
- ››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 语句的语法错误解决
更多精彩
赞助商链接