Overload | Description |
---|---|
Subtraction(TdDate,Int32) | Subtracts the specified number of days from a TdDate. |
Subtraction(TdDate,TimeSpan) | Subtracts the specified TimeSpan from a TdDate. |
Subtraction(TdDate,TdDate) | The number of days between two TdDates is returned when a TdDate is subtracted from another TdDate. |
Subtraction(TdDate,TdIntervalYearToMonth) | Subtracts the specified TdIntervalYearToMonth from a TdDate. |
Subtraction(TdDate,TdIntervalDayToSecond) | Subtracts the specified TdIntervalDayToSecond from a TdDate. |