7 references to YearMonthDuration
System.Xml (7)
System\Xml\Schema\DataTypeImplementation.cs (2)
280enumToTypeCode[(int)XmlTypeCode.YearMonthDuration] = yearMonthDurationType; 1764public override XmlTypeCode TypeCode { get { return XmlTypeCode.YearMonthDuration; } }
System\Xml\Schema\XmlValueConverter.cs (5)
1888case XmlTypeCode.YearMonthDuration: return YearMonthDurationToString((TimeSpan) value); 1928case XmlTypeCode.YearMonthDuration: return StringToYearMonthDuration((string) value); 1978case XmlTypeCode.YearMonthDuration: return StringToYearMonthDuration((string) value); 1985case XmlTypeCode.YearMonthDuration: return ((TimeSpan) value); 2005case XmlTypeCode.YearMonthDuration: return (new XmlAtomicValue(SchemaType, value));