예제 #1
0
 private int GetLastDayOfMonth(int year, int month)
 {
     return(CalendarHelper.GetDaysInMonth(year, month) - _lastMonthOffset);
 }