'Declaration Public Property MidnightAs24 As Boolean
'Usage Dim instance As DateHourField Dim value As Boolean instance.MidnightAs24 = value value = instance.MidnightAs24
public bool MidnightAs24 {get; set;}
Property Value
A bool value, true if we treat Midnight as 24 o'clock. Otherwise, false.The default is false.