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.14.3.1 (3.14.3.1)
Syntax
public DateTime[] TimestampArray { get; }

Property Value

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