4 references to IsLeapMonth
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\JapaneseCalendar.cs (1)
180
return _helper.
IsLeapMonth
(year, month, era);
src\libraries\System.Private.CoreLib\src\System\Globalization\KoreanCalendar.cs (1)
137
return _helper.
IsLeapMonth
(year, month, era);
src\libraries\System.Private.CoreLib\src\System\Globalization\TaiwanCalendar.cs (1)
137
return _helper.
IsLeapMonth
(year, month, era);
src\libraries\System.Private.CoreLib\src\System\Globalization\ThaiBuddhistCalendar.cs (1)
118
return _helper.
IsLeapMonth
(year, month, era);