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

◆ DaysToMonth366

readonly int [] System.Xml.Schema.XsdDateTime.DaysToMonth366
staticprivate
Initial value:
= new int[13]
{
0, 31, 60, 91, 121, 152, 182, 213, 244, 274,
305, 335, 366
}

Definition at line 380 of file XsdDateTime.cs.

381 {
382 0, 31, 60, 91, 121, 152, 182, 213, 244, 274,
383 305, 335, 366
384 };

Referenced by System.Xml.Schema.XsdDateTime.GetYearMonthDay().