3 references to ParseTimeAndZoneAndWhitespace
System.Xml (3)
System\Xml\Schema\XsdDateTime.cs (3)
712
if (ParseChar(start + Lzyyyy_MM_dd, 'T') &&
ParseTimeAndZoneAndWhitespace
(start + Lzyyyy_MM_ddT)) {
725
if (ParseZoneAndWhitespace(start + Lzyyyy_MM_dd) || (ParseChar(start + Lzyyyy_MM_dd, 'T') &&
ParseTimeAndZoneAndWhitespace
(start + Lzyyyy_MM_ddT)) ) {
747
if (
ParseTimeAndZoneAndWhitespace
(start)) { //Equivalent to NoCurrentDateDefault on DateTimeStyles while parsing xs:time