Click or drag to resize
YearMonthEdit Class
年月控件
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      Appkit.Web.ControlsButtonEdit
        Appkit.Web.ControlsYearMonthEdit

Namespace: Appkit.Web.Controls
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public class YearMonthEdit : ButtonEdit

The YearMonthEdit type exposes the following members.

Constructors
  NameDescription
Public methodYearMonthEdit
构造
Top
Methods
  NameDescription
Public methodCalculateDateRange
计算月度的起始日期
Public methodParseDateRangeExpr
解析月度生成SQL表达式
Top
Properties
  NameDescription
Public propertyFormat
年月格式
Public propertyMonth
月的数值
Public propertyYear
年的数值
Top
See Also