Gets a value indicating whether the double array is a DateTime array.
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.