Advanced.Data.Provider Documentation

AdpDataReader.GetDateTime Method 

[This is preliminary documentation and subject to change.]

Gets the date and time data value of the spcified field.

[Visual Basic]
NotOverridable Public Function GetDateTime( _
   ByVal i As Integer _
) As Date Implements _
   IDataRecord.GetDateTime
[C#]
public DateTime GetDateTime(
   int i
);

Parameters

i
The index of the field to find.

Return Value

The date and time data value of the spcified field.

Implements

IDataRecord.GetDateTime

See Also

AdpDataReader Class | Advanced.Data.Provider Namespace