ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / DoubleArray Class / IsDateTime Method

Specifies the index of the double array.


In This Topic
    IsDateTime Method
    In This Topic

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

    Syntax
    'Declaration
     
    Public Function IsDateTime( _
       ByVal index As Integer _
    ) As Boolean
    public bool IsDateTime( 
       int index
    )

    Parameters

    index

    Specifies the index of the double array.

    See Also