Example #1
0
 public override bool IsMatch(DateTime day)
 {
     return(IncludeRule.IsMatch(day) && !ExcludeRule.IsMatch(day));
 }