예제 #1
0
 public static Time Minus(Time t, TimePeriod tp) => t - tp;
예제 #2
0
 public static Time Plus(Time t, TimePeriod tp) => t + tp;
예제 #3
0
 public Time Minus(TimePeriod tp) => this - tp;
예제 #4
0
 public Time Plus(TimePeriod tp) => this + tp;