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