Click or drag to resize

QdbTimestampPointCollection.Add Method (DateTime, Nullable<DateTime>)

Adds a point to the collection

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.13.2.0 (3.13.2.0)
Syntax
public void Add(
	DateTime timestamp,
	DateTime? value
)

Parameters

timestamp
Type: System.DateTime
The timestamp of the new point
value
Type: System.Nullable<DateTime>
The value of the new point
See Also