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.JapaneseCalendar.ToFourDigitYear ( int year)
inlinevirtual

Reimplemented from System.Globalization.Calendar.

Definition at line 199 of file JapaneseCalendar.cs.

200 {
201 int maxYear = this.helper.m_maxYear;
202 return year;
203 }
class f__AnonymousType0<< Count > j__TPar

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