 | QdbTimestampPointCollectionAdd Method (DateTime, NullableDateTime) |
Adds a point to the collection
Namespace:
Quasardb.TimeSeries
Assembly:
Quasardb (in Quasardb.dll) Version: 3.9.9.0 (3.9.9.0)
Syntaxpublic void Add(
DateTime timestamp,
Nullable<DateTime> value
)
Public Sub Add (
timestamp As DateTime,
value As Nullable(Of DateTime)
)
Parameters
- timestamp
- Type: SystemDateTime
The timestamp of the new point - value
- Type: SystemNullableDateTime
The value of the new point
See Also