ITsCalculationContext.CreateTimeSeries

Fore Syntax

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

Fore.NET Syntax

CreateTimeSeries(CalendarLevel: Prognoz.Platform.Interop.Dimensions.DimCalendarLevel;
    Context: Prognoz.Platform.Interop.Fore.IForeRuntimeContext): object;

Parameters

CalendarLevel. Calendar frequency of the created series.

Context. Method execution context. It is relevant only for Fore.NET.

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.

Fore and Fore.NET Examples

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

See also:

ITsCalculationContext