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