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