OdbcDataReader.GetTime(Int32) Method

Definition

Gets the value of the specified column as a TimeSpan object.

public:
 TimeSpan GetTime(int i);
public TimeSpan GetTime (int i);
member this.GetTime : int -> TimeSpan
Public Function GetTime (i As Integer) As TimeSpan

Parameters

i
Int32

The zero-based column ordinal.

Returns

The value of the specified column as a TimeSpan object.

Applies to

See also