ILanerTransformPeriod.EndDate

Syntax

EndDate: DateTime;

Description

The EndDate property determines the forecast end date for the series values.

Comments

The property value is alterable, if the ILanerTransformPeriod.PeriodSet contains the LnTransformPeriodSet.EndDate or LnTransformPeriodSet.All values. That is why the ILanerTransformPeriod.PeriodSet value needs to be set before the EndDate setting.

If the property value is not set, the end date of forecasting of series values is determined by the ILanerTransformPeriod.EndDateParamId property.

If the EndDate and ILanerTransformPeriod.EndDateParamId properties are set, the end date of forecasting of series values is determined by the last set property.

Example

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

See also:

ILanerTransformPeriod