terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GetMonthsInYear()

override int System.Globalization.JapaneseCalendar.GetMonthsInYear ( int year,
int era )
inline

Definition at line 142 of file JapaneseCalendar.cs.

143 {
144 int yearOffset = this.helper.GetYearOffset(year, era, true);
145 return 12;
146 }
int GetYearOffset(int year, int era, bool throwOnError)

References System.Globalization.GregorianCalendarHelper.GetYearOffset(), and System.Globalization.JapaneseCalendar.helper.