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

◆ DaysToMonth365

readonly int [] System.Xml.Schema.XsdDateTime.DaysToMonth365
staticprivate
Initial value:
= new int[13]
{
0, 31, 59, 90, 120, 151, 181, 212, 243, 273,
304, 334, 365
}

Definition at line 374 of file XsdDateTime.cs.

375 {
376 0, 31, 59, 90, 120, 151, 181, 212, 243, 273,
377 304, 334, 365
378 };

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