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