ITsCalendarSettings.OffsetDate

Syntax

OffsetDate(Level: DimCalendarLevel): Integer;

Properties

Level. Calendar level.

Description

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

Comments

Offset is available for the following levels:

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

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

Example

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

See also:

ITsCalendarSettings