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