Skip to main content
A newer version of this page is available. .

XlCalendarType Enum

Lists calendar types used to interpret filter values defined by the XlDateGroupItem instances.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public enum XlCalendarType

Members

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.

Related API Members

The following properties accept/return XlCalendarType values:

Remarks

The values listed by this enumeration are used to set the XlValuesFilter.CalendarType property.

See Also