Click or drag to resize

FacileActionAdapterBaseFallBackOnLocalClock Property

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

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(false)]
public virtual bool FallBackOnLocalClock { get; set; }
View Source

Property Value

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