[]
Initializes a new instance of the DateHourDisplayFieldInfo class.
public DateHourDisplayFieldInfo()
Public Sub New()
Initializes a new instance of the DateHourDisplayFieldInfo class.
public DateHourDisplayFieldInfo(bool showLeadingZero)
Public Sub New(showLeadingZero As Boolean)
Type | Name | Description |
---|---|---|
bool | showLeadingZero | If set to true, the DateHourDisplayFieldInfo shows the leading zero. |
Initializes a new instance of the DateHourDisplayFieldInfo class.
public DateHourDisplayFieldInfo(bool showLeadingZero, bool midnightAs24)
Public Sub New(showLeadingZero As Boolean, midnightAs24 As Boolean)
Type | Name | Description |
---|---|---|
bool | showLeadingZero | If set to true, the DateHourDisplayFieldInfo shows the leading zero. |
bool | midnightAs24 | If set to true, the DateHourDisplayFieldInfo shows midnight as 24 o'clock. |