'Declaration Public Overloads Shared Function Multiply( _ ByVal interval As TdIntervalHourToSecond, _ ByVal value As Integer _ ) As TdIntervalHourToSecond
'Usage Dim interval As TdIntervalHourToSecond Dim value As Integer Dim value As TdIntervalHourToSecond value = TdIntervalHourToSecond.Multiply(interval, value)
public static TdIntervalHourToSecond Multiply( TdIntervalHourToSecond interval, int value )
public: static TdIntervalHourToSecond Multiply( TdIntervalHourToSecond interval, int value )
Parameters
- interval
- A TdIntervalHourToSecond.
- value
- A multiplier.
Return Value
A new TdIntervalHourToSecond as the result of multiplying a TdIntervalHourToSecond and an integer value.