OdbcDataReader.GetDate(Int32) メソッド

定義

指定された列の値を DateTime オブジェクトとして取得します。

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

パラメーター

i
Int32

0 から始まる列序数。

戻り値

指定した列の DateTime オブジェクトとしての値。

適用対象

こちらもご覧ください