Exemplo n.º 1
0
 public DateTime Subtract(RisingTimeSpan timespan)
 {
     CheckZone(timespan);
     return(timespan.ZeroMoment + _delta);
 }
Exemplo n.º 2
0
 public TimeSpan Add(RisingTimeSpan other)
 {
     return(_zero - other.ZeroMoment);
 }