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