Click or drag to resize

QdbTimeInterval Constructor

Constructs a time interval [begin, end[

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.10.2.0 (3.10.2.0)
Syntax
public QdbTimeInterval(
	DateTime begin,
	DateTime end
)

Parameters

begin
Type: SystemDateTime
The first date included in the interval
end
Type: SystemDateTime
The first date excluded from the interval
See Also