ITsCalendarSettings.OffsetDate

Fore syntax

OffsetDate(Level: DimCalendarLevel): Integer;

Fore.NET syntax

OffsetDate[Level: Prognoz.Platform.Interop.Dimensions.DimCalendarLevel]: integer;

Properties

Level. Calendar level.

Description

The OffsetDate property determines the number of days, by which the start date of selected period is shifted.

Comments

Offset is available for the next levels:

If the OffsetDate value is positive, the date is shifted forward, and when the value is negative, the date is shifted backward. Calendar level name is formed according to the offset.

Set True for the ITsCalendarSettings.IsDateEnd item if an offset must be set from the end of the specified period.

Fore and Fore.NET examples

The property use is give in the example for ITsCalendarSettings.IsDateEnd.

See also:

ITsCalendarSettings