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 series being created.

Context. Method execution context. Relevant only for Fore.NET.

Description

The CreateTimeSeries method creates series for custom method calculation.

Comments

The CalendarLevel parameter is optional. By default calendar frequency of the series being created coincides 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