Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.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
    'Usage
     
    
    Dim instance As CalendarType
    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.iOS.Calendar.CalendarType

    See Also