Npgsql API Documentation

NpgsqlDataReader.GetDateTime Method 

[This is preliminary documentation and subject to change.]

Gets the value of a column converted to a DateTime.

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

Implements

IDataRecord.GetDateTime

See Also

NpgsqlDataReader Class | Npgsql Namespace