'Declaration Public Operator /( _ ByVal interval As TdIntervalMinuteToSecond, _ ByVal value As Integer _ ) As TdIntervalMinuteToSecond
'Usage
public TdIntervalMinuteToSecond operator /( TdIntervalMinuteToSecond interval, int value )
public: TdIntervalMinuteToSecond operator /( TdIntervalMinuteToSecond interval, int value )
Parameters
- interval
- A TdIntervalMinuteToSecond.
- value
- A divisor.
Return Value
A new TdIntervalMinuteToSecond as the result of dividing a TdIntervalMinuteToSecond and an integer value.