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

◆ DaysToMonth366

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

Definition at line 11 of file GregorianCalendarHelper.cs.

12 {
13 0, 31, 60, 91, 121, 152, 182, 213, 244, 274,
14 305, 335, 366
15 };

Referenced by System.Globalization.GregorianCalendarHelper.AddMonths(), System.Globalization.GregorianCalendarHelper.GetAbsoluteDate(), System.Globalization.GregorianCalendarHelper.GetDatePart(), and System.Globalization.GregorianCalendarHelper.GetDaysInMonth().