public static int week(DateTime start, DateTime end) { return Convert.ToInt32(Ceiling((end - start).TotalDays / 7)); }