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

◆ IsLeapDay() [2/2]

override bool System.Globalization.TaiwanCalendar.IsLeapDay ( int year,
int month,
int day,
int era )
inline

Definition at line 125 of file TaiwanCalendar.cs.

126 {
127 return _helper.IsLeapDay(year, month, day, era);
128 }
bool IsLeapDay(int year, int month, int day, int era)
readonly GregorianCalendarHelper _helper

References System.Globalization.TaiwanCalendar._helper, System.Globalization.GregorianCalendarHelper.IsLeapDay(), and System.year.