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:
public enum SdtCalendar
Fields
Uses the Gregorian calendar as defined in ISO 8601, with date values localized to the user's language.
Gregorian = 0
Uses the Gregorian calendar as defined in ISO 8601, with date values displayed in Arabic format.
GregorianArabic = 3
Uses the Gregorian calendar as defined in ISO 8601, with date values displayed in Middle Eastern French format.
GregorianMeFrench = 2
Uses the Gregorian calendar as defined in ISO 8601, with date values displayed in English (United States format).
GregorianUS = 1
Uses the Gregorian calendar as defined in ISO 8601, with English date components transliterated into Arabic script.
GregorianXlitEnglish = 11
Uses the Gregorian calendar as defined in ISO 8601, with French date components transliterated into Arabic script.
GregorianXlitFrench = 12
Uses the Hebrew lunar calendar for Jewish date representation.
Hebrew = 5
Uses the Hijri lunar calendar for Islamic date representation.
Hijri = 4
Uses the Japanese Emperor Era calendar as described by Japanese Industrial Standard JIS X 0301 (Wareki).
Japan = 7
Uses the Korean Tangun Era calendar as described by Korean Law Enactment No. 4 (Dangi calendar).
Korea = 9
Indicates that no calendar system is applied for date formatting.
None = 13
Uses the Saka Era calendar, the official civil calendar of India.
Saka = 10
Uses the Taiwanese calendar as defined by Chinese National Standard CNS 7648 (Minguo calendar).
Taiwan = 6
Uses the Thai Buddhist calendar with the Buddhist Era year numbering.
Thai = 8