[]
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 | if set to true the digits of the display field is fixed, 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 | if set to true the digits of the display field is fixed, otherwise, false. |
YearDigitType | yearDigit | A YearDigitType value indicates the type of the year digit. |