ITsCalculationContext.CreateTimeSeries

Syntax

CreateTimeSeries([CalendarLevel: DimCalendarLevel = -1]): Variant;

Parameters

CalendarLevel. Calendar frequency of the created series.

Description

The CreateTimeSeries method creates a series for custom method calculation.

Comments

The CalendarLevel parameter is optional. By default, calendar frequency of the created series matches with calendar frequency of the parent object.

Example

The method use is given in the example for ITsCalculationContext.CalculationType.

See also:

ITsCalculationContext