IEaxDataAreaSlice.ExtendedPeriodEnd

Fore Syntax

ExtendedPeriodEnd: DateTime;

Fore.NET Syntax

ExtendedPeriodEnd: System.DateTime;

Description

The ExtendedPeriodEnd property determines end date of data loading period.

Comments

Data loading period is taken into account on validation and transformation calculation.

The property is relevant, if IEaxDataAreaSlice.UseExtendedPeriod is set to True. To determine start date of data loading period, use the IEaxDataAreaSlice.ExtendedPeriodStart property.

Fore and Fore.NET Examples

The property use is given in the example for IEaxDataAreaSlice.UseExtendedPeriod.

See also:

IEaxDataAreaSlice