コード例 #1
0
 public static int GetWorkWeeksInMonth(int month)
 {
     return(GetDaysInMonth(month) / Workdays.Count() + 1);
 }