7 references to Nanoseconds
System.Xml (7)
System\Xml\Schema\XsdDuration.cs (7)
148
this.nanoseconds = (uint)result.
Nanoseconds
;
216
get { return
Nanoseconds
/ 1000; }
223
get { return
Nanoseconds
/ 1000000; }
264
return new XsdDuration(IsNegative, years, months, days, hours, minutes, seconds,
Nanoseconds
);
323
ticks += (ulong)
Nanoseconds
/ 100;
391
if (this.hours != 0 || this.minutes != 0 || this.seconds != 0 ||
Nanoseconds
!= 0) {
403
nanoseconds =
Nanoseconds
;