alexa

    Show / Hide Table of Contents

    Enum HourFormat

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public enum HourFormat

    Fields

    Name Description
    OneOrTwoDigit12

    h The one or two-digit hour in 12-hour format.

    OneOrTwoDigit24

    H The one or two-digit hour in 24-hour format.

    TwoDigit12

    hh The two-digit hour in 12-hour format. Single digit values are preceded by a zero.

    TwoDigit24

    HH The two-digit hour in 24-hour format. Single digit values are preceded by a zero.

    Back to top Generated by DocFX