Base:
method
ToDateTimeOffset
System.Xml.Schema.XmlBaseConverter.ToDateTimeOffset(System.DateTime)
2 references to ToDateTimeOffset
System.Xml (2)
System\Xml\Schema\XmlValueConverter.cs (2)
1483
if (sourceType == DateTimeType) return
ToDateTimeOffset
((DateTime)value);
1584
if (destinationType == DateTimeOffsetType) return this.
ToDateTimeOffset
((DateTime) value);