 | QdbTableWriterSetTimestamp Method (Int64, NullableDateTime) |
Set a value in the current row in a column of timestamps.
Namespace:
Quasardb.TimeSeries.Writer
Assembly:
Quasardb (in Quasardb.dll) Version: 3.9.9.0 (3.9.9.0)
Syntaxpublic void SetTimestamp(
long index,
Nullable<DateTime> value
)
Public Sub SetTimestamp (
index As Long,
value As Nullable(Of DateTime)
)
Parameters
- index
- Type: SystemInt64
The index to the column you want to modify - value
- Type: SystemNullableDateTime
The value of the point to insert
See Also