Click or drag to resize

QdbStringPointCollectionAdd Method (DateTime, String)

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,
	string content
)

Parameters

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