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