|
| static CalendarData | CreateInvariant () |
| |
| static string | CalendarIdToCultureName (CalendarId calendarId) |
| |
| static bool | SystemSupportsTaiwaneseCalendar () |
| |
| static bool | IcuSystemSupportsTaiwaneseCalendar () |
| |
| static unsafe bool | GetCalendarInfo (string localeName, CalendarId calendarId, CalendarDataType dataType, out string calendarString) |
| |
| static bool | EnumDatePatterns (string localeName, CalendarId calendarId, CalendarDataType dataType, out string[] datePatterns) |
| |
| static void | FixDefaultShortDatePattern (List< string > shortDatePatterns) |
| |
| static string | NormalizeDatePattern (string input) |
| |
| static void | NormalizeDayOfWeek (string input, StringBuilder destination, ref int index) |
| |
| static int | CountOccurrences (string input, char value, ref int index) |
| |
| static bool | EnumMonthNames (string localeName, CalendarId calendarId, CalendarDataType dataType, out string[] monthNames, ref string leapHebrewMonthName) |
| |
| static bool | EnumEraNames (string localeName, CalendarId calendarId, CalendarDataType dataType, out string[] eraNames) |
| |
| static unsafe bool | EnumCalendarInfo (string localeName, CalendarId calendarId, CalendarDataType dataType, ref IcuEnumCalendarsData callbackContext) |
| |
| static unsafe void | EnumCalendarInfoCallback (char *calendarStringPtr, IntPtr context) |
| |
| static bool | NlsSystemSupportsTaiwaneseCalendar () |
| |
| static bool | CallGetCalendarInfoEx (string localeName, CalendarId calendar, uint calType, out int data) |
| |
| static unsafe bool | CallGetCalendarInfoEx (string localeName, CalendarId calendar, uint calType, out string data) |
| |
| static unsafe Interop.BOOL | EnumCalendarInfoCallback (char *lpCalendarInfoString, uint calendar, IntPtr pReserved, void *lParam) |
| |
| static unsafe Interop.BOOL | EnumCalendarsCallback (char *lpCalendarInfoString, uint calendar, IntPtr reserved, void *lParam) |
| |
| static void | NormalizeCalendarId (ref CalendarId calendarId, ref string localeName) |
| |
| static void | CheckSpecialCalendar (ref CalendarId calendar, ref string localeName) |
| |
| static unsafe bool | CallEnumCalendarInfo (string localeName, CalendarId calendar, uint calType, uint lcType, out string[] data) |
| |
| static bool | GetCalendarDayInfo (string localeName, CalendarId calendar, uint calType, out string[] outputStrings) |
| |
| static bool | GetCalendarMonthInfo (string localeName, CalendarId calendar, uint calType, out string[] outputStrings) |
| |
| static unsafe int | NlsGetCalendars (string localeName, bool useUserOverride, CalendarId[] calendars) |
| |
Definition at line 8 of file CalendarData.cs.