In This Topic
Sets the specified value at the specified index as a DateTime value.
Syntax
'Declaration
Public Sub SetIsDateTime( _
ByVal As Integer, _
ByVal As Boolean _
)
public void SetIsDateTime(
int ,
bool
)
Parameters
- index
Specifies the index of the value to set.
- value
Specifies the value.
See Also