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

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

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

Tags:Asp Net 时间

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