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