WinUI | ComponentOne
C1.WinUI.Calendar Assembly / C1.WinUI.Calendar Namespace / CalendarType Enumeration
In This Topic
    CalendarType Enumeration
    In This Topic
    Specifies the kind of calendar displayed
    Syntax
    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.WinUI.Calendar.CalendarType

    See Also