Blazor | ComponentOne
C1.Blazor.Calendar Assembly / C1.Blazor.Calendar Namespace / CalendarType Enumeration

In This Topic
    CalendarType Enumeration
    In This Topic
    Specifies the kind of calendar displayed
    Syntax
    'Declaration
     
    
    Public Enum CalendarType 
       Inherits System.Enum
    public enum CalendarType : System.Enum 
    Members
    MemberDescription
    DefaultThe calendar type will be determined by the platform settings.
    GregorianThe Gregorian calendar
    JapaneseThe Japanese calendar
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Blazor.Calendar.CalendarType

    See Also