Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateShortHourFieldInfo Class / Hour12Mode Property


In This Topic
    Hour12Mode Property (DateShortHourFieldInfo)
    In This Topic
    Gets or sets a value that indicates whether to show 0 o'clock as 12.
    Syntax
    'Declaration
     
    
    Public Property Hour12Mode As Hour12Mode
    'Usage
     
    
    Dim instance As DateShortHourFieldInfo
    Dim value As Hour12Mode
     
    instance.Hour12Mode = value
     
    value = instance.Hour12Mode
    public Hour12Mode Hour12Mode {get; set;}

    Property Value

    A DateShortHourFieldInfo.Hour12Mode enumeration that indicates the type of 12-hour mode.
    The default is Hour12Mode.Hour0As12.
    Remarks
    This property retrieves the short hour display mode.
    See Also