|
SynchronizeLocalClockFallBackOnLocalClock Property
|
Gets or sets flag that determines whether to fall back on local clock time as real time when time is unreasonable.
Namespace: TestingAdaptersAssembly: TestingAdapters (in TestingAdapters.dll) Version: 2.4.207-beta
Syntax function get_FallBackOnLocalClock();
function set_FallBackOnLocalClock(value);
View SourceProperty Value
BooleanRemarks
This property is only applicable when UseLocalClockAsRealTime is false.
See Also