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.TaiwanCalendar.GetMonthsInYear ( int year,
int era )
inline

Definition at line 131 of file TaiwanCalendar.cs.

132 {
133 int yearOffset = this.helper.GetYearOffset(year, era, true);
134 return 12;
135 }
int GetYearOffset(int year, int era, bool throwOnError)

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