[]
Initializes a new instance of the DateShortHourDisplayField class.
public DateShortHourDisplayField()
Public Sub New()
Initializes a new instance of the DateShortHourDisplayField class.
public DateShortHourDisplayField(bool showLeadingZero)
Public Sub New(showLeadingZero As Boolean)
Type | Name | Description |
---|---|---|
bool | showLeadingZero | A bool value indicates whether the length of the field is fixed. |
Initializes a new instance of the DateShortHourDisplayField class.
public DateShortHourDisplayField(bool showLeadingZero, Hour12Mode hour12Mode)
Public Sub New(showLeadingZero As Boolean, hour12Mode As Hour12Mode)
Type | Name | Description |
---|---|---|
bool | showLeadingZero | A bool value indicates whether the length of the field is fixed. |
Hour12Mode | hour12Mode | A Hour12Mode enumeration indicates how we represents the hour 12 in duodecimal hour format. |