[]
Initializes a new instance of the DateYearDisplayFieldInfo class.
public DateYearDisplayFieldInfo()
Public Sub New()
Initializes a new instance of the DateYearDisplayFieldInfo class.
public DateYearDisplayFieldInfo(bool showLeadingZero)
Public Sub New(showLeadingZero As Boolean)
Type | Name | Description |
---|---|---|
bool | showLeadingZero | If set to true the digits of the display field are fixed; otherwise, false. |
Initializes a new instance of the DateYearDisplayFieldInfo class.
public DateYearDisplayFieldInfo(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 are fixed; otherwise, false. |
YearDigitType | yearDigit | A YearDigitType value that indicates the type of the year digit. |