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