4 writes to minutes
System.Xml (4)
System\Xml\Schema\XsdDuration.cs (4)
63
this.
minutes
= minutes;
120
this.
minutes
= (int) ((ticksPos / (ulong) TimeSpan.TicksPerMinute) % 60);
146
this.
minutes
= result.Minutes;
546
result.
minutes
= value;
5 references to minutes
System.Xml (5)
System\Xml\Schema\XsdDuration.cs (5)
194
get { return this.
minutes
; }
316
ticks += (ulong) this.
minutes
;
391
if (this.hours != 0 || this.
minutes
!= 0 || this.seconds != 0 || Nanoseconds != 0) {
398
if (this.
minutes
!= 0) {
399
sb.Append(XmlConvert.ToString(this.
minutes
));