'Declaration
Public Enum CalendarType Inherits System.Enum
'Usage
Dim instance As CalendarType
public enum CalendarType : System.Enum
'Declaration
Public Enum CalendarType Inherits System.Enum
'Usage
Dim instance As CalendarType
public enum CalendarType : System.Enum
Member | Description |
---|---|
Default | The calendar type will be determined by the platform settings. |
Gregorian | The gregorian calendar |
Japanese | The japanese calendar |
System.Object
System.ValueType
System.Enum
C1.Android.Calendar.CalendarType