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()

int System.Globalization.GregorianCalendarHelper.GetMonthsInYear ( int year,
int era )
inline

Definition at line 260 of file GregorianCalendarHelper.cs.

261 {
262 int yearOffset = this.GetYearOffset(year, era, true);
263 return 12;
264 }
int GetYearOffset(int year, int era, bool throwOnError)

References System.Globalization.GregorianCalendarHelper.GetYearOffset().