CreateTimeSeries([CalendarLevel: DimCalendarLevel = -1]): Variant;
CreateTimeSeries(CalendarLevel: Prognoz.Platform.Interop.Dimensions.DimCalendarLevel;
Context: Prognoz.Platform.Interop.Fore.IForeRuntimeContext): object;
CalendarLevel. Calendar frequency of the created series.
Context. Method execution context. It is relevant only for Fore.NET.
The CreateTimeSeries method creates a series for custom method calculation.
The CalendarLevel parameter is optional. By default, calendar frequency of the created series matches with calendar frequency of the parent object.
The method use is given in the example for ITsCalculationContext.CalculationType.
See also: