Converts a relative timeout to an absolute time.
Namespace:
Quanser.CommonAssembly: Quanser.Common (in Quanser.Common.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetAbsolute As Timeout |
C# |
---|
public Timeout GetAbsolute() |
Visual C++ |
---|
public: Timeout^ GetAbsolute() |
JavaScript |
---|
function getAbsolute(); |
Return Value
Returns an absolute timeout derived by converting the given relative timeout to absolute time.Remarks
If the timeout is relative then this method returns an absolute
time derived by adding the current time to it. If the timeout is already absolute
then it simply returns a copy of the timeout.