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

◆ fixedNumberFormats

string [] System.DateTimeFormat.fixedNumberFormats = new string[7] { "0", "00", "000", "0000", "00000", "000000", "0000000" }
staticpackage

Definition at line 23 of file DateTimeFormat.cs.

23{ "0", "00", "000", "0000", "00000", "000000", "0000000" };

Referenced by System.DateTimeFormat.FormatCustomized(), and System.Globalization.TimeSpanFormat.FormatCustomized().