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
SdtCalendar
|
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
SdtCalendar
|
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
SdtCalendar
|
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
SdtCalendar
|
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
SdtCalendar
|
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
SdtCalendar
|
Hebrew
Specifies that the Hebrew lunar calendar shall be used.
Declaration
public const SdtCalendar Hebrew
Field Value
SdtCalendar
|
Hijri
Specifies that the Hijri lunar calendar shall be used.
Declaration
public const SdtCalendar Hijri
Field Value
SdtCalendar
|
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
SdtCalendar
|
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
SdtCalendar
|
None
Specifies that no calendar should be used.
Declaration
public const SdtCalendar None
Field Value
SdtCalendar
|
Saka
Specifies that the Saka Era calendar shall be used.
Declaration
public const SdtCalendar Saka
Field Value
SdtCalendar
|
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
SdtCalendar
|
Thai
Specifies that the Thai calendar shall be used.
Declaration
public const SdtCalendar Thai
Field Value
SdtCalendar
|
value__
Declaration
public int value__
Field Value
System.Int32
|