Spread Windows Forms 12.0 Product Documentation
Hour12Mode Property (DateShortHourField)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > DateShortHourField Class : Hour12Mode Property
Gets or sets a value indicates show 0 o'clock as 12.
Syntax
'Declaration
 
Public Property Hour12Mode As Hour12Mode
'Usage
 
Dim instance As DateShortHourField
Dim value As Hour12Mode
 
instance.Hour12Mode = value
 
value = instance.Hour12Mode
public Hour12Mode Hour12Mode {get; set;}

Property Value

A Hour12Mode enumeration indicates the type of 12-hours mode.
The default is GrapeCity.Win.Spread.InputMan.CellType.Hour12Mode.Hour0As12.
Remarks
The property retrieves the short hour display mode.
See Also

Reference

DateShortHourField Class
DateShortHourField Members