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