CalendarValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the CalendarValues enumeration.
public enum CalendarValues
public readonly struct CalendarValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.CalendarValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.CalendarValues>
type CalendarValues =
type CalendarValues = struct
interface IEnumValue
interface IEnumValueFactory<CalendarValues>
Public Enum CalendarValues
Public Structure CalendarValues
Implements IEnumValue, IEnumValueFactory(Of CalendarValues), IEquatable(Of CalendarValues)
- Inheritance
-
CalendarValues
- Inheritance
-
CalendarValues
Fields
Name | Value | Description |
---|---|---|
Gregorian | 0 | Gregorian. When the item is serialized out as xml, its value is "gregorian". |
Hijri | 1 | Hijri. When the item is serialized out as xml, its value is "hijri". |
Umalqura | 2 | umalqura. When the item is serialized out as xml, its value is "umalqura". This item is only available in Office 2010 and later. |
Hebrew | 3 | Hebrew. When the item is serialized out as xml, its value is "hebrew". |
Taiwan | 4 | Taiwan. When the item is serialized out as xml, its value is "taiwan". |
Japan | 5 | Japanese Emperor Era. When the item is serialized out as xml, its value is "japan". |
Thai | 6 | Thai. When the item is serialized out as xml, its value is "thai". |
Korea | 7 | Korean Tangun Era. When the item is serialized out as xml, its value is "korea". |
Saka | 8 | Saka Era. When the item is serialized out as xml, its value is "saka". |
GregorianTransliteratedEnglish | 9 | Gregorian transliterated English. When the item is serialized out as xml, its value is "gregorianXlitEnglish". |
GregorianTransliteratedFrench | 10 | Gregorian transliterated French. When the item is serialized out as xml, its value is "gregorianXlitFrench". |
GregorianUs | 11 | gregorianUs. When the item is serialized out as xml, its value is "gregorianUs". This item is only available in Office 2010 and later. |
GregorianMeFrench | 12 | gregorianMeFrench. When the item is serialized out as xml, its value is "gregorianMeFrench". This item is only available in Office 2010 and later. |
GregorianArabic | 13 | gregorianArabic. When the item is serialized out as xml, its value is "gregorianArabic". This item is only available in Office 2010 and later. |
None | 14 | none. When the item is serialized out as xml, its value is "none". This item is only available in Office 2010 and later. |
CalendarValues(String) | Creates a new CalendarValues enum instance |
|
Equality(CalendarValues, CalendarValues) | ||
Equals(CalendarValues) | ||
Equals(Object) | ||
GetHashCode() | ||
Gregorian | Gregorian. When the item is serialized out as xml, its value is "gregorian". |
|
GregorianArabic | gregorianArabic. When the item is serialized out as xml, its value is "gregorianArabic". This item is only available in Office 2010 and later. |
|
GregorianMeFrench | gregorianMeFrench. When the item is serialized out as xml, its value is "gregorianMeFrench". This item is only available in Office 2010 and later. |
|
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 Office 2010 and later. |
|
Hebrew | Hebrew. When the item is serialized out as xml, its value is "hebrew". |
|
Hijri | Hijri. When the item is serialized out as xml, its value is "hijri". |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<CalendarValues>.Create(String) | ||
Inequality(CalendarValues, CalendarValues) | ||
Japan | Japanese Emperor Era. When the item is serialized out as xml, its value is "japan". |
|
Korea | Korean Tangun Era. When the item is serialized out as xml, its value is "korea". |
|
None | none. When the item is serialized out as xml, its value is "none". This item is only available in Office 2010 and later. |
|
Saka | Saka Era. When the item is serialized out as xml, its value is "saka". |
|
Taiwan | Taiwan. When the item is serialized out as xml, its value is "taiwan". |
|
Thai | Thai. When the item is serialized out as xml, its value is "thai". |
|
ToString() | ||
Umalqura | umalqura. When the item is serialized out as xml, its value is "umalqura". This item is only available in Office 2010 and later. |