'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 |
---|---|
Gregorian | When the item is serialized out as xml, its value is "gregorian". |
GregorianArabic | When the item is serialized out as xml, its value is "gregorianArabic". |
GregorianMiddleEastFrench | When the item is serialized out as xml, its value is "gregorianMeFrench". |
GregorianTransliteratedEnglish | When the item is serialized out as xml, its value is "gregorianXlitEnglish". |
GregorianTransliteratedFrench | When the item is serialized out as xml, its value is "gregorianXlitFrench". |
GregorianUs | When the item is serialized out as xml, its value is "gregorianUs". |
Hebrew | When the item is serialized out as xml, its value is "hebrew". |
Hijri | When the item is serialized out as xml, its value is "hijri". |
Japan | When the item is serialized out as xml, its value is "japan". |
Korea | When the item is serialized out as xml, its value is "korea". |
None | When the item is serialized out as xml, its value is "none". |
Taiwan | When the item is serialized out as xml, its value is "taiwan". |
Thai | When the item is serialized out as xml, its value is "thai". |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.CalendarType