10 references to DayTimeDuration
System.Xml (10)
System\Xml\Schema\DataTypeImplementation.cs (2)
1783
exception = XsdDuration.TryParse(s, XsdDuration.DurationType.
DayTimeDuration
, out duration);
1787
exception = duration.TryToTimeSpan(XsdDuration.DurationType.
DayTimeDuration
, out timeSpanValue);
System\Xml\Schema\XmlValueConverter.cs (4)
595
return new XsdDuration(value, XsdDuration.DurationType.
DayTimeDuration
).ToTimeSpan(XsdDuration.DurationType.
DayTimeDuration
);
720
return new XsdDuration(value, XsdDuration.DurationType.
DayTimeDuration
).ToString(XsdDuration.DurationType.
DayTimeDuration
);
System\Xml\Schema\XsdDuration.cs (4)
109
Debug.Assert(durationType == DurationType.Duration || durationType == DurationType.
DayTimeDuration
);
303
if (durationType != DurationType.
DayTimeDuration
) {
372
if (durationType != DurationType.
DayTimeDuration
) {
600
if (durationType == DurationType.
DayTimeDuration
) {