corelibraries-devexpress-dot-export-dot-xl-a063668e.md
Lists calendar types used to interpret filter values defined by the XlDateGroupItem instances.
Namespace : DevExpress.Export.Xl
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public enum XlCalendarType
Public Enum XlCalendarType
| Name | Description |
|---|---|
None |
The calendar type is not specified.
|
| Gregorian |
Specifies the localized version of the Gregorian calendar.
|
| GregorianArabic |
Specifies the Arabic version of the Gregorian calendar.
|
| GregorianMiddleEastFrench |
Specifies the Middle East French version of the Gregorian calendar.
|
| GregorianUS |
Specifies the U.S. English version of the Gregorian calendar.
|
| GregorianTransliteratedEnglish |
Specifies the transliterated English version of the Gregorian calendar.
|
| GregorianTransliteratedFrench |
Specifies the transliterated French version of the Gregorian calendar.
|
| HebrewLunar |
Specifies the Hebrew (Lunar) calendar.
|
| ArabicLunar |
Specifies the Hijri (Arabic Lunar) calendar.
|
| JapaneseEmperorEra |
Specifies the Japanese Emperor Era calendar.
|
| KoreanTangunEra |
Specifies the Korean Tangun Era calendar.
|
| TaiwanEra |
Specifies the Taiwan Era calendar.
|
| Thai |
Specifies the Thai calendar.
|
The following properties accept/return XlCalendarType values:
The values listed by this enumeration are used to set the XlValuesFilter.CalendarType property.
See Also