GetDateTime Method (C1DataReader)
Gets the value of the specified column as a DateTime object.
'Declaration
Public Overridable Function GetDateTime( _
ByVal As Integer _
) As Date
Parameters
- ordinal
- The zero-based column ordinal.
Return Value
The value of the specified column.