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

◆ s_daysToMonth365

readonly int [] System.Globalization.EastAsianLunisolarCalendar.s_daysToMonth365
staticprivateinherited
Initial value:
= new int[12]
{
0, 31, 59, 90, 120, 151, 181, 212, 243, 273,
304, 334
}

Definition at line 5 of file EastAsianLunisolarCalendar.cs.

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

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