SetDate(Int32,DateTime) Method
Sets the
System.DateTime value of the column at the specified ordinal.
'Declaration
Public Overloads Sub SetDate( _
ByVal As Integer, _
ByVal As Date _
)
Parameters
- i
- Zero-based index of the column.
- value
- System.DateTime value for the specified column.