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 | Specifies the Default calendar. |
Gregorian | 1 | Specifies the Gregorian calendar. |
GregorianArabic | 2 | Specifies the GregorianArabic calendar. |
GregorianMiddleEastFrench | 3 | Specifies the GregorianMiddleEastFrench calendar. |
GregorianTransliteratedEnglish | 4 | Specifies the GregorianTransliteratedEnglish calendar. |
GregorianTransliteratedFrench | 5 | Specifies the GregorianTransliteratedFrench calendar. |
GregorianUSEnglish | 6 | Specifies the GregorianUSEnglish calendar. |
Hebrew | 7 | Specifies the Hebrew calendar. |
Hijri | 8 | Specifies the Hijri calendar. |
Japanese | 9 | Specifies the Japanese calendar. |
Korean | 10 | Specifies the Korean calendar. |
Taiwan | 11 | Specifies the Taiwan calendar. |
ThaiBuddhist | 12 | Specifies the ThaiBuddhist calendar. |