11 overrides of IsLeapYear
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Globalization\EastAsianLunisolarCalendar.cs (1)
642
public override bool
IsLeapYear
(int year, int era)
src\libraries\System.Private.CoreLib\src\System\Globalization\GregorianCalendar.cs (1)
375
public override bool
IsLeapYear
(int year, int era)
src\libraries\System.Private.CoreLib\src\System\Globalization\HebrewCalendar.cs (1)
749
public override bool
IsLeapYear
(int year, int era)
src\libraries\System.Private.CoreLib\src\System\Globalization\HijriCalendar.cs (1)
392
public override bool
IsLeapYear
(int year, int era)
src\libraries\System.Private.CoreLib\src\System\Globalization\JapaneseCalendar.cs (1)
168
public override bool
IsLeapYear
(int year, int era)
src\libraries\System.Private.CoreLib\src\System\Globalization\JulianCalendar.cs (1)
295
public override bool
IsLeapYear
(int year, int era)
src\libraries\System.Private.CoreLib\src\System\Globalization\KoreanCalendar.cs (1)
125
public override bool
IsLeapYear
(int year, int era)
src\libraries\System.Private.CoreLib\src\System\Globalization\PersianCalendar.cs (1)
356
public override bool
IsLeapYear
(int year, int era)
src\libraries\System.Private.CoreLib\src\System\Globalization\TaiwanCalendar.cs (1)
125
public override bool
IsLeapYear
(int year, int era)
src\libraries\System.Private.CoreLib\src\System\Globalization\ThaiBuddhistCalendar.cs (1)
106
public override bool
IsLeapYear
(int year, int era)
src\libraries\System.Private.CoreLib\src\System\Globalization\UmAlQuraCalendar.cs (1)
563
public override bool
IsLeapYear
(int year, int era)
2 references to IsLeapYear
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\Calendar.cs (2)
549
if (!
IsLeapYear
(year, era))
572
return
IsLeapYear
(year, CurrentEra);