C# Class System.Xml.Schema.XsdDateTime.Parser

Mostra file Open project: gbarnett/shared-source-cli-2.0

Public Properties

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

Public Methods

Method Description
Parse ( string text, XsdDateTimeFlags kinds ) : bool

Private Methods

Method Description
Parse2Dig ( int start, int &num ) : bool
Parse4Dig ( int start, int &num ) : bool
ParseChar ( int start, char ch ) : bool
ParseDate ( int start ) : bool
ParseTime ( int &start ) : bool
ParseTimeAndWhitespace ( int start ) : bool
ParseTimeAndZoneAndWhitespace ( int start ) : bool
ParseZoneAndWhitespace ( int start ) : bool
Test ( XsdDateTimeFlags left, XsdDateTimeFlags right ) : bool

Method Details

Parse() public method

public Parse ( string text, XsdDateTimeFlags kinds ) : bool
text string
kinds XsdDateTimeFlags
return bool

Property Details

day public_oe property

public int day
return int

fraction public_oe property

public int fraction
return int

hour public_oe property

public int hour
return int

kind public_oe property

public XsdDateTimeKind kind
return XsdDateTimeKind

minute public_oe property

public int minute
return int

month public_oe property

public int month
return int

second public_oe property

public int second
return int

typeCode public_oe property

public DateTimeTypeCode typeCode
return DateTimeTypeCode

year public_oe property

public int year
return int

zoneHour public_oe property

public int zoneHour
return int

zoneMinute public_oe property

public int zoneMinute
return int