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