The number of seconds in the timeout.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Seconds As Long
C#
public long Seconds { get; }
Visual C++
public:
property long long Seconds {
	long long get ();
}
JavaScript
function get_seconds();

Field Value

The number of seconds in the timeout.

Remarks

If the timeout is absolute, then this field denotes the number of seconds from an arbitrary, fixed, date and time in the past (likely the time since the last reboot). The current absolute time may be retrieved using the static GetCurrentTime()()() method.

For negative timeouts, this property and the Nanoseconds property will be negative.

See Also