[]
Initializes a new instance of the DateYearDisplayField class.
public DateYearDisplayField()
Public Sub New()
Initializes a new instance of the DateYearDisplayField class.
public DateYearDisplayField(bool showLeadingZero)
Public Sub New(showLeadingZero As Boolean)
Type | Name | Description |
---|---|---|
bool | showLeadingZero | true if the DateMinuteDisplayField displays leading zero; otherwise, false. |
Initializes a new instance of the DateYearDisplayField class.
public DateYearDisplayField(bool showLeadingZero, YearDigitType yearDigit)
Public Sub New(showLeadingZero As Boolean, yearDigit As YearDigitType)
Type | Name | Description |
---|---|---|
bool | showLeadingZero | true if the DateYearDisplayField displays leading zero; otherwise, false. |
YearDigitType | yearDigit | A GrapeCity.Windows.InputMan.YearDigitType value indicates the type of the year digit. |