Class SdtCalendar
Specifies the type of calendar used to display a Date SDT.
Inheritance
Namespace: Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class SdtCalendar : Enum
Fields
Gregorian
Specifies that the Gregorian calendar, as defined in ISO 8601, shall be used. This calendar should be localized into the appropriate language.
Declaration
public const SdtCalendar Gregorian
Field Value
GregorianArabic
Specifies that the Gregorian calendar, as defined in ISO 8601, shall be used. The values for this calendar should be presented in Arabic.
Declaration
public const SdtCalendar GregorianArabic
Field Value
GregorianMeFrench
Specifies that the Gregorian calendar, as defined in ISO 8601, shall be used. The values for this calendar should be presented in Middle East French.
Declaration
public const SdtCalendar GregorianMeFrench
Field Value
GregorianUS
Specifies that the Gregorian calendar, as defined in ISO 8601, shall be used. The values for this calendar should be represented in English.
Declaration
public const SdtCalendar GregorianUS
Field Value
GregorianXlitEnglish
Specifies that the Gregorian calendar, as defined in ISO 8601, shall be used. The values for this calendar should be the representation of the English strings in the corresponding Arabic characters
Declaration
public const SdtCalendar GregorianXlitEnglish
Field Value
GregorianXlitFrench
Specifies that the Gregorian calendar, as defined in ISO 8601, shall be used. The values for this calendar should be the representation of the French strings in the corresponding Arabic characters
Declaration
public const SdtCalendar GregorianXlitFrench
Field Value
Hebrew
Specifies that the Hebrew lunar calendar shall be used.
Declaration
public const SdtCalendar Hebrew
Field Value
Hijri
Specifies that the Hijri lunar calendar shall be used.
Declaration
public const SdtCalendar Hijri
Field Value
Japan
Specifies that the Japanese Emperor Era calendar, as described by Japanese Industrial Standard JIS X 0301, shall be used.
Declaration
public const SdtCalendar Japan
Field Value
Korea
Specifies that the Korean Tangun Era calendar, as described by Korean Law Enactment No. 4, shall be used.
Declaration
public const SdtCalendar Korea
Field Value
None
Specifies that no calendar should be used.
Declaration
public const SdtCalendar None
Field Value
Saka
Specifies that the Saka Era calendar shall be used.
Declaration
public const SdtCalendar Saka
Field Value
Taiwan
Specifies that the Taiwanese calendar, as defined by the Chinese National Standard CNS 7648, shall be used.
Declaration
public const SdtCalendar Taiwan
Field Value
Thai
Specifies that the Thai calendar shall be used.
Declaration
public const SdtCalendar Thai
Field Value
value__
Declaration
public int value__
Field Value
System.
|