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