 | QdbCellTimestampValue Property |
Gets the value.
Namespace:
Quasardb.TimeSeries.Reader
Assembly:
Quasardb (in Quasardb.dll) Version: 3.9.9.0 (3.9.9.0)
Syntaxpublic Nullable<DateTime> TimestampValue { get; }
Public ReadOnly Property TimestampValue As Nullable(Of DateTime)
Get
Property Value
Type:
NullableDateTime
ExceptionsException | Condition |
---|
InvalidCastException | The value is not of type Timestamp |
See Also