2 references to XsdDuration
System.Xml (2)
System\Xml\Schema\XsdDuration.cs (2)
106
this = new
XsdDuration
(isNegative, years, months, 0, 0, 0, 0, 0);
264
return new
XsdDuration
(IsNegative, years, months, days, hours, minutes, seconds, Nanoseconds);