Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XsdDateTimeFlags.cs
Go to the documentation of this file.
1
namespace
System.Xml.Schema
;
2
3
[Flags]
4
internal
enum
XsdDateTimeFlags
5
{
6
DateTime
= 1,
7
Time
= 2,
8
Date
= 4,
9
GYearMonth
= 8,
10
GYear
= 0x10,
11
GMonthDay
= 0x20,
12
GDay
= 0x40,
13
GMonth
= 0x80,
14
XdrDateTimeNoTz
= 0x100,
15
XdrDateTime
= 0x200,
16
XdrTimeNoTz
= 0x400,
17
AllXsd
= 0xFF
18
}
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:5
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
Extensions.cs:3
System.DateTime
Definition
DateTime.cs:15
source
System.Private.Xml
System.Xml.Schema
XsdDateTimeFlags.cs
Generated by
1.10.0