[]
        
Specifies the calendar type.
public enum CalendarType
  Public Enum CalendarType
  | Name | 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".  |