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