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

◆ GetLeapMonth() [2/2]

override int System.Globalization.HebrewCalendar.GetLeapMonth ( int year,
int era )
inlinevirtual

Reimplemented from System.Globalization.Calendar.

Definition at line 486 of file HebrewCalendar.cs.

487 {
488 if (IsLeapYear(year, era))
489 {
490 return 7;
491 }
492 return 0;
493 }
override bool IsLeapYear(int year, int era)

References System.Globalization.HebrewCalendar.IsLeapYear(), and System.year.