ILanerTransformPeriod.PeriodSet

Syntax

PeriodSet: LnTransformPeriodSet;

Description

The PeriodSet property determines the calculation period options, which are to be changed for the given calculated series.

Comments

The PeriodSet value determines, which calculation options are redefined for a calculated series, and which options are taken from the workbook.

The calculation period setting includes the following options:

  For a calculated series For a workbook
For the identification start ILanerTransformPeriod.StartDate ILaner.StartYear
Forecast start date ILanerTransformPeriod.ForecastStartDate ILaner.ForecastStartYear
Forecast end date ILanerTransformPeriod.EndDate ILaner.EndYear

PeriodSet always needs to be set before changing values of the calculated series calculation parameter.

Example

The property use is given in the example for ILanerCalculateSerie.TransformPeriod.

See also:

ILanerTransformPeriod