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