Exemplo n.º 1
0
 public static TimeSpan operator -(ExtendedDateTime e2, ExtendedDateTime e1)
 {
     return(ExtendedDateTimeCalculator.Subtract(e2, e1));
 }
Exemplo n.º 2
0
 public static ExtendedDateTime operator -(ExtendedDateTime e, TimeSpan t)
 {
     return(ExtendedDateTimeCalculator.Subtract(e, t));
 }