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