6 references to GetDaysInMonth
mscorlib (6)
system\globalization\gregoriancalendarhelper.cs (2)
567
if (day < 1 || day >
GetDaysInMonth
(year, month, era)) {
574
GetDaysInMonth
(year, month, era)));
system\globalization\japanesecalendar.cs (1)
390
return (helper.
GetDaysInMonth
(year, month, era));
system\globalization\koreancalendar.cs (1)
138
return (helper.
GetDaysInMonth
(year, month, era));
system\globalization\taiwancalendar.cs (1)
124
return (helper.
GetDaysInMonth
(year, month, era));
system\globalization\thaibuddhistcalendar.cs (1)
96
return (helper.
GetDaysInMonth
(year, month, era));