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

◆ allStandardFormats

char [] System.DateTimeFormat.allStandardFormats
staticpackage
Initial value:
= new char[19]
{
'd', 'D', 'f', 'F', 'g', 'G', 'm', 'M', 'o', 'O',
'r', 'R', 's', 't', 'T', 'u', 'U', 'y', 'Y'
}

Definition at line 11 of file DateTimeFormat.cs.

12 {
13 'd', 'D', 'f', 'F', 'g', 'G', 'm', 'M', 'o', 'O',
14 'r', 'R', 's', 't', 'T', 'u', 'U', 'y', 'Y'
15 };

Referenced by System.DateTimeFormat.GetAllDateTimes().