RtssEnvironment.SetClockTime Method

Sets a clock's absolute time.

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

Syntax
public static void SetClockTime(
	Clock clock,
	long time
)

Parameters

clock
Type: IntervalZero.RTX64.RTAPI.ThreadingClock
The clock to affect.
time
Type: SystemInt64
The time to set.
See Also