Converts a maximum age (in milliseconds) to a
UAReadParameters object.
'Declaration
<JetBrains.Annotations.NotNullAttribute()>
Overloads Public Operator Widening CType( _
ByVal As Double _
) As UAReadParameters
Parameters
- maximumAge
- Determines the age of value you would like to obtain (in milliseconds).
Return Value
Returns a
UAReadParameters object converted from the input argument.
This method never returns null
(Nothing
in Visual Basic).
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also