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