'Declaration Overloads Public Operator +( _ ByVal timestamp As TdTimestampWithTimeZone, _ ByVal interval As TdIntervalDayToSecond _ ) As TdTimestampWithTimeZone
'Usage
public TdTimestampWithTimeZone operator +( TdTimestampWithTimeZone timestamp, TdIntervalDayToSecond interval )
public: TdTimestampWithTimeZone operator +( TdTimestampWithTimeZone timestamp, TdIntervalDayToSecond interval )
Parameters
- timestamp
- A TdTimestampWithTimeZone.
- interval
- A TdIntervalDayToSecond that will be added to a TdTimestampWithTimeZone.