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

◆ IsValidYear()

override bool System.Globalization.GregorianCalendar.IsValidYear ( int year,
int era )
inlinepackagevirtual

Reimplemented from System.Globalization.Calendar.

Definition at line 208 of file GregorianCalendar.cs.

209 {
210 if (year >= 1)
211 {
212 return year <= 9999;
213 }
214 return false;
215 }

References System.year.