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