ICalendarDimensionClass.Level

Syntax

Level(Calendar: IDimInstance; El: Integer): DimCalendarLevel;

Parameters

Calendar. Data of the calendar dictionary, by which calculation is executed.

El. Index of the element, relative to which calculation is executed.

Description

The Level method returns dictionary level that contains the specified element.

Comments

To check if the element belongs to the required dictionary level, use the ICalendarDimensionClass.IifLevel method.

Example

The property use is given in the example for ICalendarDimensionClass.Day.

See also:

ICalendarDimensionClass