MsTimeMatrix.CreateLevel

Fore Syntax

CreateLevel(CalendarLevel: DimCalendarLevel);

Fore.NET Syntax

CreateLevel(
    CalendarLevel: Prognoz.Platform.Interop.Dimensions.DimCalendarLevel;
    Context: Prognoz.Platform.Interop.Fore.ForeRuntimeContext);

Parameters

CalendarLevel. Series calendar frequency.

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

Description

The CreateLevel constructor creates a matrix with set calendar frequency.

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.AddConstant.

See also:

MsTimeMatrix