| 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; }
Public ReadOnly Property TimestampArray As DateTime()
Get
Property Value
Type:
DateTimeExceptions Exception | Condition |
---|
InvalidCastException | The result is not of type TimestampArray |
See Also