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

◆ DaysToMonth366

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

Definition at line 15 of file GregorianCalendar.cs.

16 {
17 0, 31, 60, 91, 121, 152, 182, 213, 244, 274,
18 305, 335, 366
19 };

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