'Declaration Overloads Public Operator -( _ ByVal date As TdDate, _ ByVal days As Integer _ ) As TdDate
'Usage
Parameters
- date
- A TdDate.
- days
- The number of days that will be subtracted from a TdDate
Return Value
A TdDate is returned that is the result subtracting the specified
number of days from a TdDate.