6 references to GetDaysInMonth
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Globalization\GregorianCalendarHelper.cs (2)
404
if (day < 1 || day >
GetDaysInMonth
(year, month, era))
411
GetDaysInMonth
(year, month, era)));
src\libraries\System.Private.CoreLib\src\System\Globalization\JapaneseCalendar.cs (1)
115
return _helper.
GetDaysInMonth
(year, month, era);
src\libraries\System.Private.CoreLib\src\System\Globalization\KoreanCalendar.cs (1)
72
return _helper.
GetDaysInMonth
(year, month, era);
src\libraries\System.Private.CoreLib\src\System\Globalization\TaiwanCalendar.cs (1)
72
return _helper.
GetDaysInMonth
(year, month, era);
src\libraries\System.Private.CoreLib\src\System\Globalization\ThaiBuddhistCalendar.cs (1)
53
return _helper.
GetDaysInMonth
(year, month, era);