Indicates whether the timeout is absolute or relative.

Namespace:  Quanser.Common
Assembly:  Quanser.Common (in Quanser.Common.dll)

Syntax

Visual Basic (Declaration)
Public Function IsAbsolute As Boolean
C#
public bool IsAbsolute()
Visual C++
public:
bool IsAbsolute()
JavaScript
function isAbsolute();

Return Value

Returns true if the timeout is absolute and false otherwise.

Remarks

Absolute timeouts are measured from an arbitrary, fixed, date and time in the past (likely the time since the last reboot). Absolute timeouts cannot be negative. The current absolute time may be retrieved using the static GetCurrentTime()()() method.

See Also