[]
Initializes a new instance of the DateMonthDisplayField class.
public DateMonthDisplayField()
Public Sub New()
Initializes a new instance of the DateMonthDisplayField class.
public DateMonthDisplayField(bool showLeadingZero)
Public Sub New(showLeadingZero As Boolean)
Type | Name | Description |
---|---|---|
bool | showLeadingZero | true if the DateMonthDisplayField displays leading zero; otherwise, false. |
Initializes a new instance of the DateMonthDisplayField class.
public DateMonthDisplayField(bool showLeadingZero, MonthPattern pattern)
Public Sub New(showLeadingZero As Boolean, pattern As MonthPattern)
Type | Name | Description |
---|---|---|
bool | showLeadingZero | true if the DateMonthDisplayField displays leading zero; otherwise, false. |
MonthPattern | pattern | A MonthPattern enumeration indicates how to show the value of Month. |