| 
            
              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.258-beta
Syntaxfunction get_FallBackOnLocalClock();
function set_FallBackOnLocalClock(value);
 View SourceProperty Value
Boolean
Remarks
            This property is only applicable when UseLocalClockAsRealTime is false.
            
See Also