Click or drag to resize

CalendarValues Enumeration

Calendar Type

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum CalendarValues
Members
Member nameValueDescription
None0 No Calendar Type.

When the item is serialized out as xml, its value is "none".

Gregorian1 Gregorian.

When the item is serialized out as xml, its value is "gregorian".

GregorianUs2 Gregorian (U.S.) Calendar.

When the item is serialized out as xml, its value is "gregorianUs".

Japan3 Japanese Emperor Era Calendar.

When the item is serialized out as xml, its value is "japan".

Taiwan4 Taiwan Era Calendar.

When the item is serialized out as xml, its value is "taiwan".

Korea5 Korean Tangun Era Calendar.

When the item is serialized out as xml, its value is "korea".

Hijri6 Hijri (Arabic Lunar) Calendar.

When the item is serialized out as xml, its value is "hijri".

Thai7 Thai Calendar.

When the item is serialized out as xml, its value is "thai".

Hebrew8 Hebrew (Lunar) Calendar.

When the item is serialized out as xml, its value is "hebrew".

GregorianMiddleEastFrench9 Gregorian Middle East French Calendar.

When the item is serialized out as xml, its value is "gregorianMeFrench".

GregorianArabic10 Gregorian Arabic Calendar.

When the item is serialized out as xml, its value is "gregorianArabic".

GregorianTransliteratedEnglish11 Gregorian Transliterated English Calendar.

When the item is serialized out as xml, its value is "gregorianXlitEnglish".

GregorianTransliteratedFrench12 Gregorian Transliterated French Calendar.

When the item is serialized out as xml, its value is "gregorianXlitFrench".

See Also