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