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


In This Topic
    MidnightAs24 Property (DateHourDisplayField)
    In This Topic
    Gets or sets a value indicating whether middle night displayed as hour 24.
    Syntax
    'Declaration
     
    
    Public Property MidnightAs24 As Boolean
    'Usage
     
    
    Dim instance As DateHourDisplayField
    Dim value As Boolean
     
    instance.MidnightAs24 = value
     
    value = instance.MidnightAs24
    public bool MidnightAs24 {get; set;}

    Property Value

    true if middle night is displayed as hour 24; otherwise, false.
    The default value is false.
    Remarks
    The property indicates whether the middle night displayed as 24 or zero .
    See Also