Ejemplo n.º 1
0
 public Repeat setMonthly(TypeMonthly monthly)
 {
     this.monthly = monthly;
     return(this);
 }
Ejemplo n.º 2
0
 public Repeat(TypeCustom custom, TypeDaily daily, TypeMonthly monthly)
 {
     this.custom  = custom;
     this.daily   = daily;
     this.monthly = monthly;
 }