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

Definition at line 103 of file ThaiBuddhistCalendar.cs.

104 {
105 int yearOffset = this.helper.GetYearOffset(year, era, true);
106 return 12;
107 }
int GetYearOffset(int year, int era, bool throwOnError)

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