Click or drag to resize

QdbTableTimestamps Method (QdbTimeInterval)

Gets all the timestamps in an interval

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public IEnumerable<DateTime> Timestamps(
	QdbTimeInterval interval
)

Parameters

interval
Type: Quasardb.TimeSeriesQdbTimeInterval
The time interval to scan

Return Value

Type: IEnumerableDateTime
All the timestamps in the interval
See Also