IMsTimeMatrix.LagIndex

Syntax

LagIndex(Index: Integer; Lag: Integer): Integer;

Parameters

Index. Index.

Lag. Lag.

Description

The LagIndex property returns lag index.

Comments

Lag is an offset of series points in the time period. Offset direction depends on lag value. If the lag is negative, variable points offset backwards; if it is positive, points offset forward.

Example

The property use is given in the example for IMsTimeMatrix.CalendarSettings.

See also:

IMsTimeMatrix