'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 subtract.
Return Value
A new TdIntervalSecond as the result of substracting an Int32 from TdIntervalSecond.