Click or drag to resize

SubscriptionInfoStartTime Property

Gets or sets the start time of the requested temporal session for streaming historic data.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public virtual string StartTime { get; set; }
View Source

Property Value

String
Remarks

When the StartTime or StopTime temporal processing constraints are defined (i.e., not null), this specifies the start and stop time over which the subscriber session will process data. Passing in null for the StartTime and StopTime specifies the subscriber session will process data in standard, i.e., real-time, operation.

Both the StartTime and StopTime parameters can be specified in one of the following formats:
Time FormatFormat Description
12-30-2000 23:59:59.033Absolute date and time.
*Evaluates to UtcNow.
*-20sEvaluates to 20 seconds before UtcNow.
*-10mEvaluates to 10 minutes before UtcNow.
*-1hEvaluates to 1 hour before UtcNow.
*-1dEvaluates to 1 day before UtcNow.

See Also