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