public DateTime Subtract(RisingTimeSpan timespan)
 {
     CheckZone(timespan);
     return(timespan.ZeroMoment + _delta);
 }
Beispiel #2
0
 public TimeSpan Add(RisingTimeSpan other)
 {
     return(_zero - other.ZeroMoment);
 }