|
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
|
Collaboration diagram for Newtonsoft.Json.Utilities.DateTimeParser:Public Member Functions | |
| bool | Parse (char[] text, int startIndex, int length) |
Static Public Member Functions | |
| static | DateTimeParser () |
Public Attributes | |
| int | Year |
| int | Month |
| int | Day |
| int | Hour |
| int | Minute |
| int | Second |
| int | Fraction |
| int | ZoneHour |
| int | ZoneMinute |
| ParserTimeZone | Zone |
Private Member Functions | |
| bool | ParseDate (int start) |
| bool | ParseTimeAndZoneAndWhitespace (int start) |
| bool | ParseTime (ref int start) |
| bool | ParseZone (int start) |
| bool | Parse4Digit (int start, out int num) |
| bool | Parse2Digit (int start, out int num) |
| bool | ParseChar (int start, char ch) |
Private Attributes | |
| char[] | _text |
| int | _end |
Static Private Attributes | |
| static readonly int[] | Power10 |
| 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 |
| const short | MaxFractionDigits = 7 |
Definition at line 11 of file DateTimeParser.cs.