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

◆ DaysToMonth365

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

Definition at line 9 of file GregorianCalendar.cs.

10 {
11 0, 31, 59, 90, 120, 151, 181, 212, 243, 273,
12 304, 334, 365
13 };

Referenced by System.Globalization.GregorianCalendar.AddMonths(), System.Globalization.GregorianCalendar.GetAbsoluteDate(), and System.Globalization.GregorianCalendar.IsValidDay().