Blazor | ComponentOne
C1.Blazor.DateTimeEditors Assembly / C1.Blazor.DateTimeEditors.Views Namespace / ClockType Enumeration

In This Topic
    ClockType Enumeration
    In This Topic
    Defined clock type
    Syntax
    'Declaration
     
    
    Public Enum ClockType 
       Inherits System.Enum
    public enum ClockType : System.Enum 
    Members
    MemberDescription
    Type12Clock 12 hours
    Type24Clock 24 hours
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Blazor.DateTimeEditors.Views.ClockType

    See Also