WEB开发网
开发学院WEB开发ASP.NET 刚写好的Asp.Net时间和日期的Label控件。作为讲解... 阅读

刚写好的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();

上一页  1 2 3 4 5 6  下一页

Tags:Asp Net 时间

编辑录入:coldstar [复制链接] [打 印]
赞助商链接