Beispiel #1
0
 public TimeSpan Remain(int cond) => (BaseTime.AddMinutes((int)Math.Ceiling((40 - cond) / 3.0) * 3)).Remain();