Click or drag to resize

AdapterBaseStartTimeConstraint Property

Gets the start time temporal processing constraint defined by call to SetTemporalConstraint(String, String, String).

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public virtual DateTime StartTimeConstraint { get; }
View Source

Property Value

DateTime

Implements

IAdapterStartTimeConstraint
Remarks
This value will be MinValue when start time constraint is not set - meaning the adapter is processing data in real-time.
See Also