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

◆ GetDaysInMonth()

override int System.Globalization.TaiwanCalendar.GetDaysInMonth ( int year,
int month,
int era )
inline

Definition at line 89 of file TaiwanCalendar.cs.

90 {
91 return this.helper.GetDaysInMonth(year, month, era);
92 }

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