Click or drag to resize

QdbTimeInterval Structure

A time interval [begin, end[

Namespace:  Quasardb.TimeSeries
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public struct QdbTimeInterval

The QdbTimeInterval type exposes the following members.

Constructors
  NameDescription
Public methodQdbTimeInterval
Constructs a time interval [begin, end[
Top
Properties
  NameDescription
Public propertyDuration
The duration of the interval
Top
Fields
  NameDescription
Public fieldBegin
The first date included in the interval
Public fieldEnd
The first date excluded from the interval
Public fieldStatic memberEverything
A instance of QdbTimeInterval that include everything
Public fieldStatic memberNothing
A instance of QdbTimeInterval that include nothing
Top
See Also