'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 added to TdDate.
Return Value
A TdDate is returned that is the result of adding the TdIntervalYearToMonth to a TdDate.