Click or drag to resize

IAdapterStopTimeConstraint 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
DateTime StopTimeConstraint { get; }

Property Value

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