MsTimeMatrix.CreateEx

Fore Syntax

CreateEx(CalendarLevel: DimCalendarLevel; CalendarSettings: ITsCalendarSettings);

Fore.NET Syntax

CreateEx(
    CalendarLevel: Prognoz.Platform.Interop.Dimensions.DimCalendarLevel;
    CalendarSettings: Prognoz.Platform.Interop.Transform.TsCalendarSettings;
    Context: Prognoz.Platform.Interop.Fore.ForeRuntimeContext);

Parameters

CalendarLevel. Series calendar frequency.

CalendarSettings. Calendar level parameters.

Context. Context. It is relevant only for Fore.NET.

Description

The CreateEx constructor creates a matrix with the specified calendar level parameters.

Comments

Use the default constructor for the matrix without additional parameters: MsTimeMatrix.Create.

Fore and Fore.NET Examples

The constructor use is given in the example for IMsTimeMatrix.AddSerie.

See also:

MsTimeMatrix