ICalendarDimension.OpenAs

Fore Syntax

OpenAs(Type: CalendarOpenType): IDimInstance;

Fore.NET Syntax

OpenAs(Type: Prognoz.Platform.Interop.Dimensions.CalendarOpenType): Prognoz.Platform.Interop.Dimensions.IDimInstance;

Parameters

Type. Dictionary element view.

Description

The OpenAs method opens calendar in selected format.

Comments

If Type = CalendarOpenType.Default, the calendar opens as selected in the ICalendarDimension.DefaultOpenType property.

Fore and Fore.NET Examples

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

See also:

ICalendarDimension