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

◆ ToDateTimeOffset() [2/3]

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

Definition at line 225 of file XmlBaseConverter.cs.

226 {
227 return (DateTimeOffset)ChangeType(value, DateTimeOffsetType, null);
228 }
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.