10 references to DayTimeDuration
System.Private.Xml (10)
System\Xml\Schema\DataTypeImplementation.cs (2)
1959
exception = XsdDuration.TryParse(s, XsdDuration.DurationType.
DayTimeDuration
, out duration);
1963
exception = duration.TryToTimeSpan(XsdDuration.DurationType.
DayTimeDuration
, out timeSpanValue);
System\Xml\Schema\XmlValueConverter.cs (4)
540
return new XsdDuration(value, XsdDuration.DurationType.
DayTimeDuration
).ToTimeSpan(XsdDuration.DurationType.
DayTimeDuration
);
693
return new XsdDuration(value, XsdDuration.DurationType.
DayTimeDuration
).ToString(XsdDuration.DurationType.
DayTimeDuration
);
System\Xml\Schema\XsdDuration.cs (4)
117
Debug.Assert(durationType == DurationType.Duration || durationType == DurationType.
DayTimeDuration
);
274
if (durationType != DurationType.
DayTimeDuration
)
362
if (durationType != DurationType.
DayTimeDuration
)
615
if (durationType == DurationType.
DayTimeDuration
)