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