'Declaration Overloads Public Operator Widening CType( _ ByVal value As TdIntervalMinuteToSecond _ ) As TdIntervalHourToSecond
'Usage
public TdIntervalHourToSecond operator implicit( TdIntervalMinuteToSecond value )
public: operator TdIntervalHourToSecond ( TdIntervalMinuteToSecond value )
Parameters
- value
- A TdIntervalMinuteToSecond interval.
Return Value
A TdIntervalHourToSecond.