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