openPDC Historian Help
LeadTimeTolerance Property
NamespacesTVA.Historian.FilesArchiveFileLeadTimeTolerance
Gets or sets the number of minutes by which incoming ArchiveDataPoint can be ahead of local system clock and still be considered valid.
Declaration Syntax
C#Visual BasicVisual C++
[DefaultValueAttribute()]
public double LeadTimeTolerance { get; set; }
<DefaultValueAttribute()> _
Public Property LeadTimeTolerance As Double
[DefaultValueAttribute()]
public:
property double LeadTimeTolerance {
	double get ();
	void set (double value);
}
Exceptions
ExceptionCondition
ArgumentExceptionThe value being assigned is not zero or positive.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252