New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public enum SdtCalendar

Fields

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

C#
Gregorian = 0

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

C#
GregorianArabic = 3

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

C#
GregorianMeFrench = 2

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

C#
GregorianUS = 1

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

C#
GregorianXlitEnglish = 11

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

C#
GregorianXlitFrench = 12

Uses the Hebrew lunar calendar for Jewish date representation.

C#
Hebrew = 5

Uses the Hijri lunar calendar for Islamic date representation.

C#
Hijri = 4

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

C#
Japan = 7

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

C#
Korea = 9

Indicates that no calendar system is applied for date formatting.

C#
None = 13

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

C#
Saka = 10

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

C#
Taiwan = 6

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

C#
Thai = 8