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

◆ DaysToMonth365

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

Definition at line 5 of file GregorianCalendarHelper.cs.

6 {
7 0, 31, 59, 90, 120, 151, 181, 212, 243, 273,
8 304, 334, 365
9 };

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