Terraria v1.4.4.9
Terraria source code documentation
|
Static Package Attributes | |
static int[] | KatmaiTimeScaleMultiplicator = new int[8] { 10000000, 1000000, 100000, 10000, 1000, 100, 10, 1 } |
Static Private Member Functions | |
static void | Write2Dig (StringBuilder sb, int val) |
static void | Write4DigNeg (StringBuilder sb, int val) |
static void | Write3Dec (StringBuilder sb, int val) |
static void | WriteDate (StringBuilder sb, int yr, int mnth, int day) |
static void | WriteTime (StringBuilder sb, int hr, int min, int sec, int ms) |
static void | WriteTimeFullPrecision (StringBuilder sb, int hr, int min, int sec, int fraction) |
static void | WriteTimeZone (StringBuilder sb, TimeSpan zone) |
static void | WriteTimeZone (StringBuilder sb, bool negTimeZone, int hr, int min) |
static void | BreakDownXsdDateTime (long val, out int yr, out int mnth, out int day, out int hr, out int min, out int sec, out int ms) |
static void | BreakDownXsdDate (long val, out int yr, out int mnth, out int day, out bool negTimeZone, out int hr, out int min) |
static void | BreakDownXsdTime (long val, out int hr, out int min, out int sec, out int ms) |
static long | GetKatmaiDateTicks (byte[] data, ref int pos) |
static long | GetKatmaiTimeTicks (byte[] data, ref int pos) |
static long | GetKatmaiTimeZoneTicks (byte[] data, int pos) |
static int | GetFractions (DateTime dt) |
static int | GetFractions (DateTimeOffset dt) |
Definition at line 6 of file BinXmlDateTime.cs.