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