'Declaration Overloads Public Operator *( _ ByVal interval As TdIntervalSecond, _ ByVal value As Integer _ ) As TdIntervalSecond
'Usage
public TdIntervalSecond operator *( TdIntervalSecond interval, int value )
public: TdIntervalSecond operator *( TdIntervalSecond interval, int value )
Parameters
- interval
- A TdIntervalSecond.
- value
- A multiplier.
Return Value
A new TdIntervalSecond as the result of multiplying a TdIntervalSecond and an integer value.