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