ICubeLoaderDimensionBinding.CalendarLevel

Syntax

CalendarLevel: DimCalendarLevel;

Description

The CalendarLevel property determines the level of calendar dimension, to which the binding is set up.

Comments

The CalendarLevel property is relevant if the current binding options match the calendar dimension. The property returns the calendar level specified in the AddCalendar method. If the binding options are formed by calling the Init method, the bindings with daily frequency are formed for calendar dimensions. The required frequency can be implemented on using the CalendarLevel property.

NOTE. If in binding options of the Dictionary property an existing calendar dictionary is specified, the structure of that calendar is changed in the way that leaves the CalendarLevel elements only.

Example

The example of use is given in description of the ICubeLoaderFromSource.Load method.

See also:

ICubeLoaderDimensionBinding