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