2 writes to hour
System.Private.Xml (2)
System\Xml\Schema\XsdDateTime.cs (2)
948
Parse2Dig(start, ref
hour
) && hour <= 24 &&
1019
hour
= 0;
3 references to hour
System.Private.Xml (3)
System\Xml\Schema\XsdDateTime.cs (3)
148
int hour = parser.
hour
;
948
Parse2Dig(start, ref hour) &&
hour
<= 24 &&
1011
if (
hour
== 24 && (minute != 0 || second != 0 || fraction != 0))