Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ToDateTimeOffset() [3/3]

override DateTimeOffset System.Xml.Schema.XmlBaseConverter.ToDateTimeOffset ( string value)
inlineinherited

Definition at line 220 of file XmlBaseConverter.cs.

221 {
222 return (DateTimeOffset)ChangeType((object)value, DateTimeOffsetType, (IXmlNamespaceResolver)null);
223 }
static readonly Type DateTimeOffsetType
override object ChangeType(bool value, Type destinationType)

References System.Xml.Schema.XmlBaseConverter.ChangeType(), System.Xml.Schema.XmlBaseConverter.DateTimeOffsetType, and System.value.