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