ITimeSeries.EndIndex

Syntax

EndIndex: Integer;

Description

The EndIndex property returns series end index.

Comments

To get the number of series calculation dates, use the formula: EndIndex - ITimeSeries.StartIndex + 1.

Example

The property use is given in the example for ITimeSeries.AlignedDate.

See also:

ITimeSeries