Table of Contents

Enum CalendarType

Namespace
Encryptomatic.MailDex.Lib.Messaging.Calendar
Assembly
MailDex.Lib.dll

https://learn.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-oxocal/cf7153b4-f8b5-4cb6-bf14-e78d21f94814 An integer that specifies the type of calendar that is used. The acceptable values for the calendar type are listed in the following table.

public enum CalendarType

Fields

CAL_CHINESE_LUNAR = 15

Chinese lunar calendar

CAL_GREGORIAN = 1

Gregorian (localized) calendar

CAL_GREGORIAN_ARABIC = 10

Gregorian Arabic calendar

CAL_GREGORIAN_ME_FRENCH = 9

Gregorian Middle East French calendar

CAL_GREGORIAN_US = 2

Gregorian (U.S.) calendar

CAL_GREGORIAN_XLIT_ENGLISH = 11

Gregorian transliterated English calendar

CAL_GREGORIAN_XLIT_FRENCH = 12

Gregorian transliterated French calendar

CAL_HEBREW = 8

Hebrew lunar calendar

CAL_HIJRI = 6

Hijri (Arabic Lunar) calendar

CAL_JAPAN = 3

Japanese Emperor era calendar

CAL_KOREA = 5

Korean Tangun era calendar

CAL_LUNAR_ETO_CHN = 17

Lunar ETO Chinese calendar

CAL_LUNAR_ETO_KOR = 18

Lunar ETO Korean calendar

CAL_LUNAR_JAPANESE = 14

Japanese lunar calendar

CAL_LUNAR_KOREAN = 20

Korean lunar calendar

CAL_LUNAR_ROKUYOU = 19

Lunar Rokuyou calendar

CAL_SAKA = 16

Saka era calendar

CAL_TAIWAN = 4

Taiwan calendar

CAL_THAI = 7

Thai calendar

CAL_UMALQURA = 23

Um Al Qura calendar

Default = 0

The default value for the calendar type is Gregorian. If the value of the PatternType field is HjMonth, HjMonthNth, or HjMonthEnd and the value of the CalendarType field is Default, this recurrence uses the Hijri calendar.