'Declaration
<NotNullAttribute()> Public Shared Function FromInt32( _ ByVal valueAge As Integer _ ) As DAReadParameters
'Usage
Dim valueAge As Integer Dim value As DAReadParameters value = DAReadParameters.FromInt32(valueAge)
[NotNull()] public static DAReadParameters FromInt32( int valueAge )
[NotNull()] public: static DAReadParameters^ FromInt32( 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.