Public Function GetDateTime( _ ByVal columnIndex As Integer _ ) As Date
Dim instance As BaseReader Dim columnIndex As Integer Dim value As Date value = instance.GetDateTime(columnIndex)
public DateTime GetDateTime( int columnIndex )
public: DateTime GetDateTime( int columnIndex )
Parameters
- columnIndex
- Index of the column.
Return Value
DateTime.