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