IDynamicCalendarInstance.Iterator

Syntax

Iterator(Setup: ICalendarSetup): IDimIterator;

Parameters

Setup. Calendar parameters.

Description

The property is read-only.

The Iterator property returns an object used to navigate dictionary elements.

Comments

To create new calendar parameters, use the IDynamicCalendarInstance.NewSetup method.

Example

The method use is given in the example for ICalendarDimension.Setup.

See also:

IDynamicCalendarInstance