Base:
method
ToDateTime
System.Xml.Schema.XmlBaseConverter.ToDateTime(System.DateTimeOffset)
2 references to ToDateTime
System.Xml (2)
System\Xml\Schema\XmlValueConverter.cs (2)
1444
if (sourceType == DateTimeOffsetType) return this.
ToDateTime
((DateTimeOffset) value);
1596
if (destinationType == DateTimeType) return this.
ToDateTime
((DateTimeOffset) value);