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

◆ GMonthOffsetToString()

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

Definition at line 686 of file XmlBaseConverter.cs.

687 {
688 return new XsdDateTime(value, XsdDateTimeFlags.GMonth).ToString();
689 }

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

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