'Declaration Public Property MidnightAs24 As Boolean
'Usage Dim instance As DateHourFieldInfo Dim value As Boolean instance.MidnightAs24 = value value = instance.MidnightAs24
public bool MidnightAs24 {get; set;}
Property Value
A bool value, true to specify midnight as 24 o'clock; otherwise, false.The default is false.