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

◆ IsLeapMonth() [1/2]

virtual bool System.Globalization.Calendar.IsLeapMonth ( int year,
int month )
inlinevirtualinherited

Definition at line 268 of file Calendar.cs.

269 {
270 return IsLeapMonth(year, month, 0);
271 }
virtual bool IsLeapMonth(int year, int month)
Definition Calendar.cs:268

References System.Globalization.Calendar.IsLeapMonth(), and System.year.

Referenced by System.Globalization.Calendar.GetLeapMonth(), and System.Globalization.Calendar.IsLeapMonth().