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