CQG API 4.0 - Revised
IndexForDate Method
See Also  Send Feedback
date_

Date for which index is needed

CQGAdvancedStudy Collection : IndexForDate Method

Glossary Item Box

Description

Returns start index for specified date

Syntax

Visual Basic
Public Function IndexForDate( _
   ByVal date_ As Date _
) As Long

Parameters

date_

Date for which index is needed

Return Type

Index of the first record which date is equal to the specified date.

See Also