DbDataRecord::GetDateTime Method (Int32)

 

Returns the value of the specified column as a DateTime object.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

public:
virtual DateTime GetDateTime(
	int i
) abstract

Parameters

i
Type: System::Int32

The column ordinal.

Return Value

Type: System::DateTime

The value of the specified column.

No conversions are performed; therefore the data retrieved must already be a DateTime object.

.NET Framework
Available since 1.1
Return to top
Show: