terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Globalization.CalendarData Class Reference
+ Collaboration diagram for System.Globalization.CalendarData:

Static Public Member Functions

static int nativeGetTwoDigitYearMax (int calID)
 

Package Functions

 CalendarData (string localeName, int calendarId, bool bUseUserOverrides)
 

Static Package Functions

static CalendarData GetCalendarData (int calendarId)
 

Package Attributes

string sNativeName
 
string[] saShortDates
 
string[] saYearMonths
 
string[] saLongDates
 
string sMonthDay
 
string[] saEraNames
 
string[] saAbbrevEraNames
 
string[] saAbbrevEnglishEraNames
 
string[] saDayNames
 
string[] saAbbrevDayNames
 
string[] saSuperShortDayNames
 
string[] saMonthNames
 
string[] saAbbrevMonthNames
 
string[] saMonthGenitiveNames
 
string[] saAbbrevMonthGenitiveNames
 
string[] saLeapYearMonthNames
 
int iTwoDigitYearMax
 
int iCurrentEra
 
bool bUseUserOverrides
 

Static Package Attributes

const int MAX_CALENDARS = 23
 
static CalendarData Invariant
 

Private Member Functions

 CalendarData ()
 
void InitializeEraNames (string localeName, int calendarId)
 
void InitializeAbbreviatedEraNames (string localeName, int calendarId)
 
bool fill_calendar_data (string localeName, int datetimeIndex)
 

Static Private Member Functions

static CalendarData ()
 
static string[] GetJapaneseEraNames ()
 
static string[] GetJapaneseEnglishEraNames ()
 
static string CalendarIdToCultureName (int calendarId)
 
static bool nativeGetCalendarData (CalendarData data, string localeName, int calendarId)
 

Static Private Attributes

static string[] HEBREW_MONTH_NAMES
 
static string[] HEBREW_LEAP_MONTH_NAMES
 

Detailed Description

Definition at line 11 of file CalendarData.cs.


The documentation for this class was generated from the following file: