4 writes to months
System.Xml (4)
System\Xml\Schema\XsdDuration.cs (4)
60
this.
months
= months;
117
this.
months
= 0;
143
this.
months
= result.Months;
498
result.
months
= value;
5 references to months
System.Xml (5)
System\Xml\Schema\XsdDuration.cs (5)
173
get { return this.
months
; }
304
ticks += ((ulong) this.years + (ulong) this.
months
/ 12) * 365;
305
ticks += ((ulong) this.
months
% 12) * 30;
379
if (this.
months
!= 0) {
380
sb.Append(XmlConvert.ToString(this.
months
));