4 writes to hours
System.Xml (4)
System\Xml\Schema\XsdDuration.cs (4)
62
this.
hours
= hours;
119
this.
hours
= (int) ((ticksPos / (ulong) TimeSpan.TicksPerHour) % 24);
145
this.
hours
= result.Hours;
533
result.
hours
= value;
5 references to hours
System.Xml (5)
System\Xml\Schema\XsdDuration.cs (5)
187
get { return this.
hours
; }
313
ticks += (ulong) this.
hours
;
391
if (this.
hours
!= 0 || this.minutes != 0 || this.seconds != 0 || Nanoseconds != 0) {
393
if (this.
hours
!= 0) {
394
sb.Append(XmlConvert.ToString(this.
hours
));