 | QdbCellTimestampValue Property |
Gets the result reinterpreted as a DateTime.
Namespace:
Quasardb.Query
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntaxpublic DateTime? TimestampValue { get; }Public ReadOnly Property TimestampValue As DateTime?
Get
Property Value
Type:
NullableDateTime
Exceptions| Exception | Condition |
|---|
| InvalidCastException | The result is not of type Timestamp |
See Also