Click or drag to resize
Grid Solutions Framework

SynchronizeLocalClockFallBackOnLocalClock Property

Gets or sets flag that determines whether to fall back on local clock time as real time when time is unreasonable.

Namespace: TestingAdapters
Assembly: TestingAdapters (in TestingAdapters.dll) Version: 2.4.182-beta
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override bool FallBackOnLocalClock { get; set; }
View Source

Property Value

Boolean
Remarks
This property is only applicable when UseLocalClockAsRealTime is false.
See Also