Namespaces | |
| DateTimeTokenization | |
Classes | |
| class | GregorianCalendarUtils |
| Gregorian calendar utility functions. More... | |
Typedefs | |
| using | CultureDataPtr = std::shared_ptr< CultureData > |
| Pointer to hold implementation type. More... | |
| using | DateTimeFormatDataPtr = std::shared_ptr< DateTimeFormatData > |
| Pointer to hold implementation type. More... | |
| using | NumberFormatDataPtr = std::shared_ptr< NumberFormatData > |
| Pointer to hold implementation type. More... | |
| using | RegionDataPtr = std::shared_ptr< RegionData > |
| Pointer to hold implementation type. More... | |
Functions | |
| constexpr bool | IsGregorianCalendarId (CalendarId calendar_id) |
| constexpr bool | IsValidCalendarId (CalendarId calendar_id) |
| using System::Globalization::Details::CultureDataPtr = typedef std::shared_ptr<CultureData> |
Pointer to hold implementation type.
| using System::Globalization::Details::DateTimeFormatDataPtr = typedef std::shared_ptr<DateTimeFormatData> |
Pointer to hold implementation type.
| using System::Globalization::Details::NumberFormatDataPtr = typedef std::shared_ptr<NumberFormatData> |
Pointer to hold implementation type.
| using System::Globalization::Details::RegionDataPtr = typedef std::shared_ptr<RegionData> |
Pointer to hold implementation type.
|
strong |
Identifiers of known calendars.
| Enumerator | |
|---|---|
| UNINITIALIZED_VALUE | No calendar. |
| GREGORIAN | Localized gregorian calendar. |
| GREGORIAN_US | US gregorian calendar. |
| JAPAN | Japanese calendar. |
| TAIWAN | Taiwanian calendar. |
| KOREA | Korean calendar. |
| HIJRI | Arabic lunar calendar. |
| THAI | Thai calendar. |
| HEBREW | Hebrew calendar. |
| GREGORIAN_ME_FRENCH | Gregorian Middle East French calendar. |
| GREGORIAN_ARABIC | Gregorian Arabic calendar. |
| GREGORIAN_XLIT_ENGLISH | Gregorian transliterated English calendar. |
| GREGORIAN_XLIT_FRENCH | Gregorian transliterated French calendar. |
| JULIAN | Julian calendar. |
| JAPANESELUNISOLAR | Japanese lunar-solar calendar. |
| CHINESELUNISOLAR | Chinese lunar-solar calendar. |
| SAKA | Reserved. |
| LUNAR_ETO_CHN | Reserved. |
| LUNAR_ETO_KOR | Reserved. |
| LUNAR_ETO_ROKUYOU | Reserved. |
| KOREANLUNISOLAR | Korean lunar-solar calendar. |
| TAIWANLUNISOLAR | Taiwanian lunar-solar calendar. |
| PERSIAN | Persian calendar. |
| UMALQURA | Umalqura calendar. |
| LAST_CALENDAR | Calendar ID limit. |
|
strong |
|
inline |
|
inline |