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