Пример #1
0
 public Repeat setDaily(TypeDaily daily)
 {
     this.daily = daily;
     return(this);
 }
Пример #2
0
 public Repeat(TypeCustom custom, TypeDaily daily, TypeMonthly monthly)
 {
     this.custom  = custom;
     this.daily   = daily;
     this.monthly = monthly;
 }