'Declaration
<NotNullAttribute()> Overloads Public Operator Widening CType( _ ByVal valueAge As Integer _ ) As DAReadParameters
'Usage
[NotNull()] public DAReadParameters operator implicit( int valueAge )
[NotNull()] public: operator DAReadParameters^ ( int valueAge )
Parameters
- valueAge
- Determines the age of value you would like to obtain (in milliseconds).
Return Value
Returns a DAReadParameters object converted from the input argument.
This method never returns null
(Nothing
in Visual Basic).