SetDate(String,DateTime) Method
Sets the
System.DateTime value of the column with the specified name.
'Declaration
Public Overloads Sub SetDate( _
ByVal As String, _
ByVal As Date _
)
Parameters
- name
- The name of the column.
- value
- System.DateTime value for the specified column.