StyleBase.Calendar Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the calendar to use for formatting dates.
protected: System::String ^ Calendar;
protected const string Calendar;
val mutable Calendar : string
Protected Const Calendar As String
Field Value
Remarks
Valid values are: Gregorian
, Gregorian``Arabic
, Gregorian``Middle``East``French
, Gregorian``Transliterated``English
, Gregorian``Transliterated``French
, Gregorian``US``English
, Hebrew
, Hijri
, Japanese
, Korea
, Taiwan
, Thai
, or Buddhist
.