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