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

◆ GMonthDayOffsetToString()

static string System.Xml.Schema.XmlBaseConverter.GMonthDayOffsetToString ( DateTimeOffset value)
inlinestaticprotectedinherited

Definition at line 691 of file XmlBaseConverter.cs.

692 {
693 return new XsdDateTime(value, XsdDateTimeFlags.GMonthDay).ToString();
694 }

References System.Xml.Schema.XsdDateTime.ToString(), and System.value.

Referenced by System.Xml.Schema.XmlDateTimeConverter.ToString().