'Declaration Public Overloads Shared Function Multiply( _ ByVal value As Integer, _ ByVal interval As TdIntervalHourToSecond _ ) As TdIntervalHourToSecond
'Usage Dim value As Integer Dim interval As TdIntervalHourToSecond Dim value As TdIntervalHourToSecond value = TdIntervalHourToSecond.Multiply(value, interval)
public static TdIntervalHourToSecond Multiply( int value, TdIntervalHourToSecond interval )
public: static TdIntervalHourToSecond Multiply( 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.