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

◆ GMonthDayToString()

static string System.Xml.Schema.XmlBaseConverter.GMonthDayToString ( DateTime value)
inlinestaticprotectedinherited

Definition at line 656 of file XmlBaseConverter.cs.

657 {
658 return new XsdDateTime(value, XsdDateTimeFlags.GMonthDay).ToString();
659 }

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

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