Base:
method
ToDateTimeOffset
Microsoft.Xml.Schema.XmlBaseConverter.ToDateTimeOffset(System.DateTime)
2 references to ToDateTimeOffset
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (2)
1636if (sourceType == DateTimeType) return ToDateTimeOffset((DateTime)value); 1744if (destinationType == DateTimeOffsetType) return this.ToDateTimeOffset((DateTime)value);