Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Schema.XsdDateTime.Parser Struct Reference

Public Member Functions

bool Parse (string text, XsdDateTimeFlags kinds)
 

Public Attributes

DateTimeTypeCode typeCode
 
int year
 
int month
 
int day
 
int hour
 
int minute
 
int second
 
int fraction
 
XsdDateTimeKind kind
 
int zoneHour
 
int zoneMinute
 

Private Member Functions

bool ParseDate (int start)
 
bool ParseTimeAndZoneAndWhitespace (int start)
 
bool ParseTimeAndWhitespace (int start)
 
bool ParseTime (ref int start)
 
bool ParseZoneAndWhitespace (int start)
 
bool Parse4Dig (int start, ref int num)
 
bool Parse2Dig (int start, ref int num)
 
bool ParseChar (int start, char ch)
 

Static Private Member Functions

static bool Test (XsdDateTimeFlags left, XsdDateTimeFlags right)
 

Private Attributes

string _text
 
int _length
 

Static Private Attributes

static readonly int[] s_power10 = new int[7] { -1, 10, 100, 1000, 10000, 100000, 1000000 }
 

Detailed Description

Definition at line 28 of file XsdDateTime.cs.


The documentation for this struct was generated from the following file: