Xamarin.Android | ComponentOne
C1.Android.Calendar Assembly / C1.Android.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
    Default The calendar type will be determined by the platform settings.
    Gregorian The gregorian calendar
    Japanese The japanese calendar
    Inheritance Hierarchy

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

    See Also