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