Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator DateTimeOffset?()
static System.Xml.Linq.XElement.operator
DateTimeOffset
?
(
XElement
?
element
)
inline
explicit
static
Definition at line
905
of file
XElement.cs
.
906
{
907
if
(element ==
null
)
908
{
909
return
null
;
910
}
911
return
XmlConvert.ToDateTimeOffset(element.Value);
912
}
References
System.Xml.XmlConvert.ToDateTimeOffset()
.
System
Xml
Linq
XElement
Generated by
1.10.0