Calendars Enum
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.
public enum class Calendars
public enum Calendars
type Calendars =
Public Enum Calendars
- Inheritance
-
Calendars
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Use the .NET Framework default calendar for the language of the report item. |
Gregorian | 1 | Use the Gregorian calendar standard. |
GregorianArabic | 2 | Use the Gregorian Middle East French calendar standard. |
GregorianMiddleEastFrench | 3 | Use the Gregorian Arabic calendar standard. |
GregorianTransliteratedEnglish | 4 | Use the Gregorian Transliterated English calendar standard. |
GregorianTransliteratedFrench | 5 | Use the Gregorian Transliterated French calendar standard. |
GregorianUSEnglish | 6 | Use the Gregorian US English calendar standard. |
Hebrew | 7 | Use the Hebrew calendar standard. |
Hijri | 8 | Use the Hijri calendar standard. |
Japanese | 9 | Use the Japanese calendar standard. |
Korean | 10 | Use the Taiwan calendar standard. |
Julian | 11 | Use the Korean calendar standard. |
Taiwan | 12 | Use the Thai Buddhist calendar standard. |
ThaiBuddhist | 13 | Use the .NET Framework default calendar for the language of the report item. |