Esempio n. 1
0
 public bool IsMonthInRange(
     MonthYear monthYear)
 {
     return(StartMonth <= monthYear && EndMonth >= monthYear);
 }