'Declaration Overloads Public Operator +( _ ByVal interval As TdIntervalSecond, _ ByVal seconds As Integer _ ) As TdIntervalSecond
'Usage
public TdIntervalSecond operator +( TdIntervalSecond interval, int seconds )
public: TdIntervalSecond operator +( TdIntervalSecond interval, int seconds )
Parameters
- interval
- A TdIntervalSecond.
- seconds
- Number of seconds to add.
Return Value
A new TdIntervalSecond as the result of adding an Int32 to TdIntervalSecond.