Spread Windows Forms 12.0 Product Documentation
MidnightAs24 Property (DateHourField)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > DateHourField Class : MidnightAs24 Property
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
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.
Remarks
The property indicates whether the middle night displayed as 24 or zero.
See Also

Reference

DateHourField Class
DateHourField Members