|   | TicksLocalTimeIsValid(Ticks, Ticks) Method | 
        
        
            Determines if time, represented by 
Ticks value in local time, is valid by comparing it to
            the system clock.
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxfunction LocalTimeIsValid(lagTime, leadTime);
Parameters
- lagTime  Ticks
- The allowed lag time, in ticks, before assuming time is too old to be valid.
- leadTime  Ticks
- The allowed lead time, in ticks, before assuming time is too advanced to be valid.
Return Value
BooleanTrue, if local time represented by 
Ticks value, is within the specified range.
 Exceptions
Exceptions Remarks
Remarks
            Time, represented by 
Ticks value, is considered valid if it exists within the specified
            
lagTime and 
leadTime range of local system clock time. Note
            that 
lagTime and 
leadTime must be greater than zero.
            
 See Also
See Also