MidnightAs24 Property (DateHourField)
Gets or sets a value indicates whether treats midnight as 24 o'clock.
public bool MidnightAs24 {get; set;}
'Declaration
Public Property MidnightAs24 As Boolean
'Usage
Dim instance As DateHourField
Dim value As Boolean
instance.MidnightAs24 = value
value = instance.MidnightAs24
Property Value
A
bool value,
true if we treat Midnight as 24 o'clock. Otherwise,
false.
The default is
false.