Table of Contents

Enum CalendarType

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

A calendar type is a 2-byte integer value that specifies the type of calendar to use in a particular context. https://docs.microsoft.com/en-us/previous-versions/office/sharepoint-csom/ee543260%28v%3doffice.15%29

public enum CalendarType

Fields

ChineseLunar = 15

Specifies Chinese Lunar calendar type.

Gregorian = 1

Specifies Gregorian (localized) calendar type.

GregorianArabic = 10

Specifies a Gregorian (Arabic) calendar type.

GregorianMEFrench = 9

Specifies a Gregorian (Middle East French) calendar type.

GregorianXLITEnglish = 11

Specifies a Gregorian (transliterated English) calendar type.

GregorianXLITFrench = 12

Specifies a Gregorian (transliterated French) calendar type.

Hebrew = 8

Specifies a Hebrew (Lunar) calendar type.

Hijri = 6

Specifies a Hijri (Arabic Lunar) calendar type.

Japan = 3

Specifies a Japanese Emperor Era calendar type.

Korea = 5

Specifies a Korean Tangun Era calendar type.

KoreaJapanLunar = 14

Specifies a Korean and Japanese Lunar calendar type.

None = 0

The calendar type is not specified.

SakaEra = 16

Specifies a Saka Era calendar type.

Taiwan = 4

Specifies a Year of Taiwan calendar type.

Thai = 7

Specifies a Thai calendar type.