SP.CalendarType enumeration

A calendar type is a 2-byte integer value that specifies the type of calendar to use in a particular context.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var SP.CalendarType = {chineseLunar : "Undefined",gregorian : "Undefined",gregorianArabic : "Undefined",gregorianMEFrench : "Undefined",gregorianXLITEnglish : "Undefined",gregorianXLITFrench : "Undefined",hebrew : "Undefined",hijri : "Undefined",japan : "Undefined",korea : "Undefined",koreaJapanLunar : "Undefined",none : "Undefined",sakaEra : "Undefined",taiwan : "Undefined",thai : "Undefined",umAlQura : "Undefined",registerEnum : "Undefined"}

Members

The CalendarType object enumeration has the following members.

Member

Value

Description

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

Undefined

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.

umAlQura

23

Specifies an Umm al-Qura calendar type.

registerEnum

Undefined