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