11 overrides of IsLeapMonth
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Globalization\EastAsianLunisolarCalendar.cs (1)
615public override bool IsLeapMonth(int year, int month, int era)
src\libraries\System.Private.CoreLib\src\System\Globalization\GregorianCalendar.cs (1)
347public override bool IsLeapMonth(int year, int month, int era)
src\libraries\System.Private.CoreLib\src\System\Globalization\HebrewCalendar.cs (1)
739public override bool IsLeapMonth(int year, int month, int era)
src\libraries\System.Private.CoreLib\src\System\Globalization\HijriCalendar.cs (1)
386public override bool IsLeapMonth(int year, int month, int era)
src\libraries\System.Private.CoreLib\src\System\Globalization\JapaneseCalendar.cs (1)
178public override bool IsLeapMonth(int year, int month, int era)
src\libraries\System.Private.CoreLib\src\System\Globalization\JulianCalendar.cs (1)
288public override bool IsLeapMonth(int year, int month, int era)
src\libraries\System.Private.CoreLib\src\System\Globalization\KoreanCalendar.cs (1)
135public override bool IsLeapMonth(int year, int month, int era)
src\libraries\System.Private.CoreLib\src\System\Globalization\PersianCalendar.cs (1)
350public override bool IsLeapMonth(int year, int month, int era)
src\libraries\System.Private.CoreLib\src\System\Globalization\TaiwanCalendar.cs (1)
135public override bool IsLeapMonth(int year, int month, int era)
src\libraries\System.Private.CoreLib\src\System\Globalization\ThaiBuddhistCalendar.cs (1)
116public override bool IsLeapMonth(int year, int month, int era)
src\libraries\System.Private.CoreLib\src\System\Globalization\UmAlQuraCalendar.cs (1)
557public override bool IsLeapMonth(int year, int month, int era)
2 references to IsLeapMonth
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\Calendar.cs (2)
523return IsLeapMonth(year, month, CurrentEra); 557if (IsLeapMonth(year, month, era))