Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the CalendarValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration CalendarValues
'Usage
Dim instance As CalendarValues
public enum CalendarValues
Members
Member name | Description | |
---|---|---|
Gregorian | Gregorian. When the item is serialized out as xml, its value is "gregorian". | |
Hijri | Hijri. When the item is serialized out as xml, its value is "hijri". | |
Umalqura | umalqura. When the item is serialized out as xml, its value is "umalqura".This item is only available in Office2010. | |
Hebrew | Hebrew. When the item is serialized out as xml, its value is "hebrew". | |
Taiwan | Taiwan. When the item is serialized out as xml, its value is "taiwan". | |
Japan | Japanese Emperor Era. When the item is serialized out as xml, its value is "japan". | |
Thai | Thai. When the item is serialized out as xml, its value is "thai". | |
Korea | Korean Tangun Era. When the item is serialized out as xml, its value is "korea". | |
Saka | Saka Era. When the item is serialized out as xml, its value is "saka". | |
GregorianTransliteratedEnglish | Gregorian transliterated English. When the item is serialized out as xml, its value is "gregorianXlitEnglish". | |
GregorianTransliteratedFrench | Gregorian transliterated French. When the item is serialized out as xml, its value is "gregorianXlitFrench". | |
GregorianUs | gregorianUs. When the item is serialized out as xml, its value is "gregorianUs".This item is only available in Office2010. | |
GregorianMeFrench | gregorianMeFrench. When the item is serialized out as xml, its value is "gregorianMeFrench".This item is only available in Office2010. | |
GregorianArabic | gregorianArabic. When the item is serialized out as xml, its value is "gregorianArabic".This item is only available in Office2010. | |
None | none. When the item is serialized out as xml, its value is "none".This item is only available in Office2010. |