TimeSeriesItem Class

Represents one entry of a time series
[DataContract()] 
public class TimeSeriesItem : DataObject
This language is not supported or no code example is available.
[DataContract()] 
public ref class TimeSeriesItem : public DataObject^
This language is not supported or no code example is available.
public  
DataContract() 
class TimeSeriesItem 
extends DataObject
This language is not supported or no code example is available.
Name Description
Public constructor TimeSeriesItem() Initializes a new instance of the TimeSeriesItem class.
Public constructor TimeSeriesItem(DateTime, double) Initializes a new instance of the TimeSeriesItem class.
Public constructor TimeSeriesItem(TimeSeriesItem) Initializes a new instance of the TimeSeriesItem class.
Top
Name Description
Public property DateTime Gets or sets the date time. (inherited from Event).
Public property TypeId Gets the type identifier.
Public property Value Gets the value.
Top
Methods
 
Name Description
Public method Clone() (inherited from DataObject).
Public method ToJSON() Returns a JSON formatted String that represents this instance. (inherited from Event).
Public method ToString() Returns a String that represents this instance.
Top
Fields
 
Name Description
Internal protected (Protected Friend) field dateTime (inherited from Event).
Top

In this article

Definition