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