|
Ticks.LocalTimeIsValid(Double, Double) Method
|
Determines if time, represented by
Ticks value in local time, is valid by comparing it to
the system clock.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.242-beta+5de70bd1c87865d409ebc16b8886196644c0c750
Syntaxfunction LocalTimeIsValid(lagTime, leadTime);
View SourceParameters
- lagTime Double
- The allowed lag time, in seconds, before assuming time is too old to be valid.
- leadTime Double
- The allowed lead time, in seconds, 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
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, but can be set
to sub-second intervals.
See Also