Click or drag to resize

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)
Syntax
public DateTime? TimestampValue { get; }

Property Value

Type: NullableDateTime
Exceptions
ExceptionCondition
InvalidCastExceptionThe result is not of type Timestamp
See Also