'Declaration Overloads Public Operator -( _ ByVal date As TdDate, _ ByVal interval As TdIntervalDayToSecond _ ) As TdDate
'Usage
public TdDate operator -( TdDate date, TdIntervalDayToSecond interval )
public: TdDate operator -( TdDate date, TdIntervalDayToSecond interval )
Parameters
- date
- A TdDate.
- interval
- A TdIntervalDayToSecond that will be subtracted from a TdDate.
Return Value
A TdDate is returned that is the result of subtracting the TdIntervalDayToSecond from a TdDate.