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 Basic | Visual 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
Exception | Condition |
---|---|
ArgumentException | The value being assigned is not zero or positive. |