Click or drag to resize

QdbTimestampPoint Constructor

Creates a point.

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.10.0.0 (3.10.0.0)
Syntax
public QdbTimestampPoint(
	DateTime time,
	DateTime? value
)

Parameters

time
Type: System.DateTime
The point's time
value
Type: System.Nullable<DateTime>
The point's value
See Also