Click or drag to resize

QdbCellTimestampArray Property

Gets the result value reinterpreted as a DateTime Array.

Namespace:  Quasardb.Query
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public DateTime[] TimestampArray { get; }

Property Value

Type: DateTime
Exceptions
ExceptionCondition
InvalidCastExceptionThe result is not of type TimestampArray
See Also