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