Search Results for

    Show / Hide Table of Contents

    Enum CalendarType

    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

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public enum CalendarType : int

    ChineseLunar

    Specifies Chinese Lunar calendar type.

    Gregorian

    Specifies Gregorian (localized) calendar type.

    GregorianArabic

    Specifies a Gregorian (Arabic) calendar type.

    GregorianMEFrench

    Specifies a Gregorian (Middle East French) calendar type.

    GregorianXLITEnglish

    Specifies a Gregorian (transliterated English) calendar type.

    GregorianXLITFrench

    Specifies a Gregorian (transliterated French) calendar type.

    Hebrew

    Specifies a Hebrew (Lunar) calendar type.

    Hijri

    Specifies a Hijri (Arabic Lunar) calendar type.

    Japan

    Specifies a Japanese Emperor Era calendar type.

    Korea

    Specifies a Korean Tangun Era calendar type.

    KoreaJapanLunar

    Specifies a Korean and Japanese Lunar calendar type.

    None

    The calendar type is not specified.

    SakaEra

    Specifies a Saka Era calendar type.

    Taiwan

    Specifies a Year of Taiwan calendar type.

    Thai

    Specifies a Thai calendar type.

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer