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