Пример #1
0
 public static リピート RepeatsIndefinitely(リピートタイプ repeatType)
 {
     return new リピート(repeatType, DateTime.MaxValue);
 }
Пример #2
0
 public リピート(リピートタイプ repeats, DateTime ends)
 {
     this.Repeats = repeats;
     this.Ends = ends;
 }