Back to Devexpress

XlCalendarType Enum

corelibraries-devexpress-dot-export-dot-xl-a063668e.md

latest2.1 KB
Original Source

XlCalendarType Enum

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

Declaration

csharp
public enum XlCalendarType
vb
Public Enum XlCalendarType

Members

NameDescription
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:

Remarks

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

See Also

DevExpress.Export.Xl Namespace