public override void AfterConstruction(){
     base.AfterConstruction();
     _intervalType=NthIncludedDayIntervalType.IntervalTypeMonthly;
 }
Ejemplo n.º 2
0
 public override void AfterConstruction()
 {
     base.AfterConstruction();
     _intervalType = NthIncludedDayIntervalType.IntervalTypeMonthly;
 }