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