Calendars Enumeration
Specifies the calendar to use for formatting dates.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Enumeration Calendars
'Usage
Dim instance As Calendars
public enum Calendars
public enum class Calendars
type Calendars
public enum Calendars
Members
| Member name | Description | |
|---|---|---|
| Default | Use the .NET Framework default calendar for the language of the report item. | |
| Gregorian | Use the Gregorian calendar standard. | |
| GregorianArabic | Use the Gregorian Middle East French calendar standard. | |
| GregorianMiddleEastFrench | Use the Gregorian Arabic calendar standard. | |
| GregorianTransliteratedEnglish | Use the Gregorian Transliterated English calendar standard. | |
| GregorianTransliteratedFrench | Use the Gregorian Transliterated French calendar standard. | |
| GregorianUSEnglish | Use the Gregorian US English calendar standard. | |
| Hebrew | Use the Hebrew calendar standard. | |
| Hijri | Use the Hijri calendar standard. | |
| Japanese | Use the Japanese calendar standard. | |
| Korean | Use the Taiwan calendar standard. | |
| Julian | Use the Korean calendar standard. | |
| Taiwan | Use the Thai Buddhist calendar standard. | |
| ThaiBuddhist | Use the .NET Framework default calendar for the language of the report item. |