Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ToFourDigitYear()

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

Reimplemented from System.Globalization.Calendar.

Definition at line 143 of file KoreanCalendar.cs.

144 {
145 if (year < 0)
146 {
147 throw new ArgumentOutOfRangeException("year", year, SR.ArgumentOutOfRange_NeedNonNegNum);
148 }
150 }
int ToFourDigitYear(int year, int twoDigitYearMax)
readonly GregorianCalendarHelper _helper

References System.Globalization.KoreanCalendar._helper, System.SR.ArgumentOutOfRange_NeedNonNegNum, System.Globalization.GregorianCalendarHelper.ToFourDigitYear(), System.Globalization.KoreanCalendar.TwoDigitYearMax, and System.year.