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.
1
using
System
;
2
3
namespace
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
}
System.Xml.Schema.XmlTypeCode.GYear
@ GYear
System.Xml.Schema.XmlTypeCode.Date
@ Date
System.Xml.Schema.XmlTypeCode.GMonthDay
@ GMonthDay
System.Xml.Schema.XmlTypeCode.Time
@ Time
System.Xml.Schema.XmlTypeCode.GDay
@ GDay
System.Xml.Schema.XmlTypeCode.GMonth
@ GMonth
System.Xml.Schema.XmlTypeCode.GYearMonth
@ GYearMonth
System.Xml.Schema.XsdDateTimeFlags
XsdDateTimeFlags
Definition
XsdDateTimeFlags.cs:8
System.Xml.Schema.XsdDateTimeFlags.XdrDateTimeNoTz
@ XdrDateTimeNoTz
System.Xml.Schema.XsdDateTimeFlags.XdrDateTime
@ XdrDateTime
System.Xml.Schema.XsdDateTimeFlags.XdrTimeNoTz
@ XdrTimeNoTz
System.Xml.Schema.XsdDateTimeFlags.AllXsd
@ AllXsd
System.Xml.Schema
Definition
BaseValidator.cs:4
System
Definition
__ComObject.cs:4
System.DateTime
Definition
DateTime.cs:13
source
System.Xml
System
Xml
Schema
XsdDateTimeFlags.cs
Generated by
1.10.0