RtssEnvironment.GetClockTime Method

Gets an absolute time from a clock.

Namespace:  IntervalZero.RTX64.RTAPI
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)

Syntax
public static long GetClockTime(
	Clock clock
)

Parameters

clock
Type: IntervalZero.RTX64.RTAPI.ThreadingClock
The clock to query.

Return Value

Type: Int64
The clock's current time.
See Also