예제 #1
0
 /// <summary>
 /// Sets the ended date.
 /// </summary>
 public void setEnded()
 {
     Ended = Started?.AddMinutes(Delta + Interrupt);
 }