ActiveReports Developer 7
IsDateTime Method
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > DoubleArray Class : IsDateTime Method

index

Specifies the index of the double array.

Glossary Item Box

Gets a value indicating whether the double array is a DateTime array.

Syntax

Visual Basic (Declaration) 
Public Function IsDateTime( _
   ByVal index As System.Integer _
) As System.Boolean
C# 
public System.bool IsDateTime( 
   System.int index
)

Parameters

index

Specifies the index of the double array.

See Also