IMsTimeMatrix.IndexToDate

Syntax

IndexToDate(Index: Integer): DateTime;

Parameters

Index. Series point index.

Description

The IndexToDate method transforms index to date.

Comments

To transform date to index, use the IMsTimeMatrix.DateToIndex method.

Example

The method use is given in the example for IMsTimeMatrix.AlignedDate.

See also:

IMsTimeMatrix