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