9 references to InternalGetDaysInMonth
mscorlib (9)
system\globalization\eastasianlunisolarcalendar.cs (9)
224return InternalGetDaysInMonth(year, month); 236int daysInMonth = InternalGetDaysInMonth(year, month); 339numLunarDays += InternalGetDaysInMonth(nLYear, i); 433int days = InternalGetDaysInMonth(y, m); 454d = InternalGetDaysInMonth(y, m); 456int DaysInMonths = InternalGetDaysInMonth(y, m); 478d = d + InternalGetDaysInMonth(y, i); 506Days += InternalGetDaysInMonth(year, monthsInYear--); 561int daysInMonth = InternalGetDaysInMonth(year, month);