Enum
SdtCalendar

Specifies the calendar system used to format and display dates in Date Picker structured document tags (content controls).

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Styles

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public enum SdtCalendar

Fields

Gregorian

Uses the Gregorian calendar as defined in ISO 8601, with date values localized to the user's language.

Declaration

cs-api-definition
Gregorian = 0

Field Value

SdtCalendar

GregorianArabic

Uses the Gregorian calendar as defined in ISO 8601, with date values displayed in Arabic format.

Declaration

cs-api-definition
GregorianArabic = 3

Field Value

SdtCalendar

GregorianMeFrench

Uses the Gregorian calendar as defined in ISO 8601, with date values displayed in Middle Eastern French format.

Declaration

cs-api-definition
GregorianMeFrench = 2

Field Value

SdtCalendar

GregorianUS

Uses the Gregorian calendar as defined in ISO 8601, with date values displayed in English (United States format).

Declaration

cs-api-definition
GregorianUS = 1

Field Value

SdtCalendar

GregorianXlitEnglish

Uses the Gregorian calendar as defined in ISO 8601, with English date components transliterated into Arabic script.

Declaration

cs-api-definition
GregorianXlitEnglish = 11

Field Value

SdtCalendar

GregorianXlitFrench

Uses the Gregorian calendar as defined in ISO 8601, with French date components transliterated into Arabic script.

Declaration

cs-api-definition
GregorianXlitFrench = 12

Field Value

SdtCalendar

Hebrew

Uses the Hebrew lunar calendar for Jewish date representation.

Declaration

cs-api-definition
Hebrew = 5

Field Value

SdtCalendar

Hijri

Uses the Hijri lunar calendar for Islamic date representation.

Declaration

cs-api-definition
Hijri = 4

Field Value

SdtCalendar

Japan

Uses the Japanese Emperor Era calendar as described by Japanese Industrial Standard JIS X 0301 (Wareki).

Declaration

cs-api-definition
Japan = 7

Field Value

SdtCalendar

Korea

Uses the Korean Tangun Era calendar as described by Korean Law Enactment No. 4 (Dangi calendar).

Declaration

cs-api-definition
Korea = 9

Field Value

SdtCalendar

None

Indicates that no calendar system is applied for date formatting.

Declaration

cs-api-definition
None = 13

Field Value

SdtCalendar

Saka

Uses the Saka Era calendar, the official civil calendar of India.

Declaration

cs-api-definition
Saka = 10

Field Value

SdtCalendar

Taiwan

Uses the Taiwanese calendar as defined by Chinese National Standard CNS 7648 (Minguo calendar).

Declaration

cs-api-definition
Taiwan = 6

Field Value

SdtCalendar

Thai

Uses the Thai Buddhist calendar with the Buddhist Era year numbering.

Declaration

cs-api-definition
Thai = 8

Field Value

SdtCalendar