INtime SDK Help
SetRtSystemTimeAdjustment
INtime SDK v6 > About INtime > INtime Kernel > Time management > SetRtSystemTimeAdjustment

Sets the system time adjustment value.

BOOLEAN SetRtSystemTimeAdjustment(
    long lTimeAdjustmentInMicroSeconds
);

Parameters

lTimeAdjustmentInMicroSeconds
The new signed time adjustment value to set.

Remarks

Note that the lTimeAdjustmentInMicroSeconds value is signed and is added to the current per-tick increment for the system time.

Return Values

TRUE
Success
FALSE
To determine the status, call GetLastRtError

Requirements

Versions Defined in Include Link to
INtime 6.0 intime/rt/include/rtbase.h rt.h rt.lib
See Also