Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateHourField Class / MidnightAs24 Property


In This Topic
MidnightAs24 Property (DateHourField)
In This Topic
Gets or sets a value indicates whether treats midnight as 24 o'clock.
Syntax
'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.
Remarks
The property indicates whether the middle night displayed as 24 or zero.
See Also