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

◆ ToFourDigitYear()

override int System.Globalization.TaiwanCalendar.ToFourDigitYear ( int year)
inlinevirtual

Reimplemented from System.Globalization.Calendar.

Definition at line 217 of file TaiwanCalendar.cs.

218 {
219 int maxYear = this.helper.m_maxYear;
220 return year;
221 }
class f__AnonymousType0<< Count > j__TPar

References System.Globalization.TaiwanCalendar.helper, j__TPar, and System.Globalization.GregorianCalendarHelper.m_maxYear.