Gets a value indicating whether the double array is a DateTime array.
| Visual Basic (Declaration) | |
|---|---|
Public Function IsDateTime( _ ByVal index As Integer _ ) As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool IsDateTime( int index ) | |
Parameters
- index
Specifies the index of the double array.