Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ s_typeCodes

readonly XmlTypeCode [] System.Xml.Schema.XsdDateTime.s_typeCodes
staticprivate
Initial value:

Definition at line 386 of file XsdDateTime.cs.

387 {
388 XmlTypeCode.DateTime,
389 XmlTypeCode.Time,
390 XmlTypeCode.Date,
391 XmlTypeCode.GYearMonth,
392 XmlTypeCode.GYear,
393 XmlTypeCode.GMonthDay,
394 XmlTypeCode.GDay,
396 };