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