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
|
Classes | |
struct | Parser |
Public Member Functions | |
XsdDateTime (string text, XsdDateTimeFlags kinds) | |
XsdDateTime (DateTime dateTime, XsdDateTimeFlags kinds) | |
XsdDateTime (DateTimeOffset dateTimeOffset) | |
XsdDateTime (DateTimeOffset dateTimeOffset, XsdDateTimeFlags kinds) | |
override string | ToString () |
Static Public Member Functions | |
static implicit | operator DateTime (XsdDateTime xdt) |
static implicit | operator DateTimeOffset (XsdDateTime xdt) |
static | XsdDateTime () |
Static Package Functions | |
static bool | TryParse (string text, XsdDateTimeFlags kinds, out XsdDateTime result) |
Properties | |
XsdDateTime.DateTimeTypeCode | InternalTypeCode [get, set] |
XsdDateTime.XsdDateTimeKind | InternalKind [get, set] |
int | Year [get, set] |
int | Month [get, set] |
int | Day [get, set] |
int | Hour [get, set] |
int | Minute [get, set] |
int | Second [get, set] |
int | Fraction [get, set] |
int | ZoneHour [get, set] |
int | ZoneMinute [get, set] |
Private Types | |
enum | DateTimeTypeCode { DateTime , Time , Date , GYearMonth , GYear , GMonthDay , GDay , GMonth , XdrDateTime } |
enum | XsdDateTimeKind { Unspecified , Zulu , LocalWestOfZulu , LocalEastOfZulu } |
Private Member Functions | |
XsdDateTime (XsdDateTime.Parser parser) | |
void | InitiateXsdDateTime (XsdDateTime.Parser parser) |
void | PrintDate (StringBuilder sb) |
void | PrintTime (StringBuilder sb) |
void | PrintZone (StringBuilder sb) |
void | IntToCharArray (char[] text, int start, int value, int digits) |
void | ShortToCharArray (char[] text, int start, int value) |
Private Attributes | |
DateTime | dt |
uint | extra |
Static Private Attributes | |
static readonly int | Lzyyyy |
static readonly int | Lzyyyy_ |
static readonly int | Lzyyyy_MM |
static readonly int | Lzyyyy_MM_ |
static readonly int | Lzyyyy_MM_dd |
static readonly int | Lzyyyy_MM_ddT |
static readonly int | LzHH |
static readonly int | LzHH_ |
static readonly int | LzHH_mm |
static readonly int | LzHH_mm_ |
static readonly int | LzHH_mm_ss |
static readonly int | Lz_ |
static readonly int | Lz_zz |
static readonly int | Lz_zz_ |
static readonly int | Lz_zz_zz |
static readonly int | Lz__ |
static readonly int | Lz__mm |
static readonly int | Lz__mm_ |
static readonly int | Lz__mm__ |
static readonly int | Lz__mm_dd |
static readonly int | Lz___ |
static readonly int | Lz___dd |
static readonly XmlTypeCode[] | typeCodes |
Definition at line 10 of file XsdDateTime.cs.