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