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
|
Public Member Functions | |
bool | Parse (string text, XsdDateTimeFlags kinds) |
Static Public Member Functions | |
static | Parser () |
Public Attributes | |
XsdDateTime.DateTimeTypeCode | typeCode |
int | year |
int | month |
int | day |
int | hour |
int | minute |
int | second |
int | fraction |
XsdDateTime.XsdDateTimeKind | kind |
int | zoneHour |
int | zoneMinute |
Private Member Functions | |
bool | ParseDate (int start) |
bool | ParseTimeAndZoneAndWhitespace (int start) |
bool | ParseTimeAndWhitespace (int start) |
bool | ParseTime (ref int start) |
bool | ParseZoneAndWhitespace (int start) |
bool | Parse4Dig (int start, ref int num) |
bool | Parse2Dig (int start, ref int num) |
bool | ParseChar (int start, char ch) |
Static Private Member Functions | |
static bool | Test (XsdDateTimeFlags left, XsdDateTimeFlags right) |
Private Attributes | |
string | text |
int | length |
Static Private Attributes | |
static int[] | Power10 |
Definition at line 669 of file XsdDateTime.cs.