'Declaration Overloads Public Operator +( _ ByVal interval As TdIntervalYearToMonth, _ ByVal period As TdPeriodDate _ ) As TdPeriodDate
'Usage
public TdPeriodDate operator +( TdIntervalYearToMonth interval, TdPeriodDate period )
public: TdPeriodDate operator +( TdIntervalYearToMonth interval, TdPeriodDate period )
Parameters
- interval
- The number of years and months from the TdIntervalYearToMonth that will be added to the TdPeriodDate.
- period
- A TdPeriodDate.
Return Value
A TdPeriodDate is returned that is the result of adding a TdIntervalYearToMonth to a TdPeriodDate.