RtssEnvironment.SetClockTime Method

Sets a clock's absolute time.

Namespace:  IntervalZero.MaxRT.wRTOS.RtApi
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.1.0)

Syntax

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

Parameters

clock

Type: IntervalZero.MaxRT.wRTOS.RtApi.Threading.Clock
The clock to affect.

time

Type: System.Int64
The time to set.

See Also: