Npgsql Api Docs

NpgsqlDataReader.GetDateTime�Method�

Gets the value of a column as DateTime.

[Visual�Basic]
Overrides�Public�Function�GetDateTime( _
���ByVal i�As�Integer�_
)�As�Date�_
����Implements�IDataRecord.GetDateTime
[C#]
public�override�DateTime�GetDateTime(
���inti
);

Implements

IDataRecord.GetDateTime

See Also

NpgsqlDataReader Class | Npgsql Namespace