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

◆ s_daysToMonth366

readonly int [] System.Globalization.EastAsianLunisolarCalendar.s_daysToMonth366
staticprivateinherited
Initial value:
= new int[12]
{
0, 31, 60, 91, 121, 152, 182, 213, 244, 274,
305, 335
}

Definition at line 11 of file EastAsianLunisolarCalendar.cs.

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

Referenced by System.Globalization.EastAsianLunisolarCalendar.GregorianToLunar(), and System.Globalization.EastAsianLunisolarCalendar.LunarToGregorian().