Click or drag to resize

QdbTimestampPointCollectionAdd Method (DateTime, NullableDateTime)

Adds a point to the collection

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

Parameters

timestamp
Type: SystemDateTime
The timestamp of the new point
value
Type: SystemNullableDateTime
The value of the new point
See Also