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

◆ GetLeapMonth() [1/2]

virtual int System.Globalization.Calendar.GetLeapMonth ( int year)
inlinevirtualinherited

Definition at line 275 of file Calendar.cs.

276 {
277 return GetLeapMonth(year, 0);
278 }
virtual int GetLeapMonth(int year)
Definition Calendar.cs:275

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

Referenced by System.Globalization.Calendar.GetLeapMonth().