次の方法で共有


OdbcDataReader.GetDate メソッド

メモ : この名前空間、クラス、およびメンバは、.NET Framework Version 1.1 だけでサポートされています。

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

Public Function GetDate( _
   ByVal i As Integer _) As DateTime
[C#]
public DateTime GetDate(inti);
[C++]
public: DateTime GetDate(inti);
[JScript]
public function GetDate(
   i : int) : DateTime;

パラメータ

  • i
    列の 0 から始まる序数。

戻り値

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

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

OdbcDataReader クラス | OdbcDataReader メンバ | System.Data.Odbc 名前空間