terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
XsdDateTimeFlags.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Xml.Schema
4{
5 // Token: 0x02000168 RID: 360
6 [Flags]
7 internal enum XsdDateTimeFlags
8 {
9 // Token: 0x04000631 RID: 1585
10 DateTime = 1,
11 // Token: 0x04000632 RID: 1586
12 Time = 2,
13 // Token: 0x04000633 RID: 1587
14 Date = 4,
15 // Token: 0x04000634 RID: 1588
16 GYearMonth = 8,
17 // Token: 0x04000635 RID: 1589
18 GYear = 16,
19 // Token: 0x04000636 RID: 1590
20 GMonthDay = 32,
21 // Token: 0x04000637 RID: 1591
22 GDay = 64,
23 // Token: 0x04000638 RID: 1592
24 GMonth = 128,
25 // Token: 0x04000639 RID: 1593
26 XdrDateTimeNoTz = 256,
27 // Token: 0x0400063A RID: 1594
28 XdrDateTime = 512,
29 // Token: 0x0400063B RID: 1595
30 XdrTimeNoTz = 1024,
31 // Token: 0x0400063C RID: 1596
32 AllXsd = 255
33 }
34}