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

◆ operator DateTimeOffset()

static System.Xml.Linq.XElement.operator DateTimeOffset ( XElement element)
inlineexplicitstatic

Definition at line 894 of file XElement.cs.

895 {
896 if (element == null)
897 {
898 throw new ArgumentNullException("element");
899 }
900 return XmlConvert.ToDateTimeOffset(element.Value);
901 }

References System.Xml.XmlConvert.ToDateTimeOffset(), and System.Xml.Linq.XElement.Value.