Click or drag to resize

QdbTableTimestamps Method

Gets all the timestamps in the table

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

Return Value

Type: IEnumerableDateTime
All the timestamps in the table
See Also