Click or drag to resize

AdapterBaseStopTimeConstraint Property

Gets the stop 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 StopTimeConstraint { get; }
View Source

Property Value

DateTime

Implements

IAdapterStopTimeConstraint
Remarks
This value will be MaxValue when stop time constraint is not set - meaning the adapter is processing data in real-time.
See Also