| QdbCellTimestampValue Property |
Gets the value.
Namespace:
Quasardb.TimeSeries.Reader
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax public DateTime? TimestampValue { get; }
Public ReadOnly Property TimestampValue As DateTime?
Get
Property Value
Type:
NullableDateTimeExceptions Exception | Condition |
---|
InvalidCastException | The value is not of type Timestamp |
See Also