TimeSeries

Assembly: Ms;

Description

The TimeSeries class is used to transfer data series to the custom calculation method.

Comments

To work with custom calculation methods, use the IForeMethods interface.

Constructors

  Constructor name Brief description
Create The Create constructor creates a data series
CreateEx The CreateEx constructor creates a series with the specified calendar level parameters.
CreateLevel The CreateLevel constructor creates a series with set calendar frequency.

Properties inherited from ITimeSeries

  Property name Brief description
The AlignedDate property returns nearest valid date.
The AsArray property returns or gets a data series with excluded days off.
The Attributes property determines value of the specified series attribute.
The CalendarLevel property returns calendar frequency for series.
The CalendarSettings property returns the calendar level parameters for custom calculation method.
The Changed property shows whether current series point contains changes.
The Coord property returns parameters of series coordinate.
The CurrentDate property returns the current calendar point of the series.
The CurrentIndex property returns index of the current series point.
The CurrentValue property returns value of the current series point.
The EndDate property returns end calendar point for series.
The EndIndex property returns series end index.
The ForecastStartDate property returns forecast period start date for series.
The IsEmpty property determines whether a series is empty.
The Item property determines value of series point by its index.
The PointCount property returns the number of series points.
The StartDate property returns start calendar point for series.
The StartIndex property returns start index for series.
The TermInfo property returns term parameters.

Methods inherited from ITimeSeries

  Method name Brief description
The CheckCompatible method checks the current and specified series for compatibility.
The DateToIndex method returns index of the specified calendar series point.
The IndexToDate method returns calendar series point by its index.

See also:

Ms Assembly Classes