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