5 writes to seconds
System.Xml (5)
System\Xml\Schema\XsdDuration.cs (5)
64
this.
seconds
= seconds;
121
this.
seconds
= (int) ((ticksPos / (ulong) TimeSpan.TicksPerSecond) % 60);
147
this.
seconds
= result.Seconds;
559
result.
seconds
= value;
585
result.
seconds
= value;
5 references to seconds
System.Xml (5)
System\Xml\Schema\XsdDuration.cs (5)
201
get { return this.
seconds
; }
319
ticks += (ulong) this.
seconds
;
391
if (this.hours != 0 || this.minutes != 0 || this.
seconds
!= 0 || Nanoseconds != 0) {
404
if (this.
seconds
!= 0 || nanoseconds != 0) {
405
sb.Append(XmlConvert.ToString(this.
seconds
));