ITsInversionInfo.InversionLag

Fore syntax

InversionLag: TsInversionLag;

Fore.NET syntax

InversionLag: Prognoz.Platform.Interop.Transform.TsInversionLag;

Description

The InversionLag property determines the period, on which the initial transformation is performed.

Comments

This property is relevant, if one of the following methods is chosen as the initial transformation method:

The initial transformation method is determined by the ITsInversionInfo.Inversion property.

If the InversionLag property has the value, different from the TsInversionLag.EndOfPrecedingYear, it is required to set the value to the ITsInversionInfo.PreviousInversionLag property as well.

Fore and Fore.NET examples

The property use is given in the example for ITsInversionInfo.Dependence.

See also:

ITsInversionInfo