ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Input Namespace / C1InputDate Class / MidnightAs0 Property

In This Topic
    MidnightAs0 Property
    In This Topic
    Gets or sets whether to express midnight as 24:00.
    Syntax
    'Declaration
     
    Public Property MidnightAs0 As System.Boolean
    public System.bool MidnightAs0 {get; set;}

    Property Value

    false if expressed as 24 o'clock (24:00:00); otherwise, true expressed as 0 o'clock (00:00:00). The default is true.
    Remarks

    The MidnightAs24 property effects the System.Net.Mime.MediaTypeNames.Text property when the DisplayFormat property is set to the 24-hour format ("HH:mm:ss").

    See Also