TimeSeriesItem(DateTime, Double) Constructor
Initializes a new instance of the TimeSeriesItem class.
This language is not supported or no code example is available.
This language is not supported or no code example is available.
public function TimeSeriesItem(
dateTime : DateTime,
value : double
);
This language is not supported or no code example is available.
Parameters
-
dateTime
-
DateTime
The date time.
-
value
-
double
The value.
In this article
Definition