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

◆ IsLeapDay() [2/2]

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

Definition at line 118 of file KoreanCalendar.cs.

119 {
120 return _helper.IsLeapDay(year, month, day, era);
121 }
bool IsLeapDay(int year, int month, int day, int era)
readonly GregorianCalendarHelper _helper

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