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

◆ operator TimeSpan()

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

Definition at line 915 of file XElement.cs.

916 {
917 if (element == null)
918 {
919 throw new ArgumentNullException("element");
920 }
921 return XmlConvert.ToTimeSpan(element.Value);
922 }

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