terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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] |
XsdDateTime.XsdDateTimeKind | InternalKind [get] |
int | Year [get] |
int | Month [get] |
int | Day [get] |
int | Hour [get] |
int | Minute [get] |
int | Second [get] |
int | Fraction [get] |
int | ZoneHour [get] |
int | ZoneMinute [get] |
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 9 of file XsdDateTime.cs.