IMsTimeMatrix.IndexToDate

Fore Syntax

IndexToDate(Index: Integer): DateTime;

Fore.NET Syntax

IndexToDate(Index: integer): System.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.

Fore and Fore.NET Examples

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

See also:

IMsTimeMatrix