Calendars Enum

Definition

Specifies the calendar to use for formatting dates.

public enum class Calendars
public enum Calendars
type Calendars = 
Public Enum Calendars
Inheritance
Calendars

Fields

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.

Julian 11

Use the Korean calendar standard.

Korean 10

Use the Taiwan 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.

Applies to