|   | TemporalMeasurementLeadTime Property | 
        
        Allowed future time deviation tolerance in seconds (can be sub-second).
        
        Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic double LeadTime { get; set; }Public Property LeadTime As Double
	Get
	Set
public:
property double LeadTime {
	double get ();
	void set (double value);
}member LeadTime : float with get, set
function get_LeadTime();
function set_LeadTime(value);
Property Value
Double Exceptions
Exceptions| Exception | Condition | 
|---|
| ArgumentOutOfRangeException | LeadTime must be greater than zero, but it can be less than one. | 
 Remarks
RemarksThis value defines the time sensitivity to future measurement timestamps.
Defined the number of seconds allowed before assuming a measurement timestamp is too advanced.
 See Also
See Also