ICalendarDimension.IsDateEnd

Fore Syntax

IsDateEnd(Level: DimCalendarLevel): Boolean;

Fore.NET Syntax

IsDateEnd[Level: Prognoz.Platform.Interop.Dimensions.DimCalendarLevel]: boolean;

Parameters

Level. Calendar level.

Description

The IsDateEnd property determines whether the period start date should be replaced with period end date for selected dictionary level.

Comments

Available values of IsDateEnd:

Offset can be set for the following level:

Use the ICalendarDimension.OffsetDate property to determine the number of days, by which start date of the period should be offset.

Fore and Fore.NET Examples

This property is used in the example for ICalendarDimension.OffsetDate.

See also:

ICalendarDimension