次の方法で共有


PSDataTable.GetColumnAsDateTime メソッド (DataRow, String, DateTime)

DateTime 、 DataRowオブジェクト内の指定した列の値または既定値を取得します。

名前空間:  Microsoft.Office.Project.Server.Library
アセンブリ:  Microsoft.Office.Project.Server.Library (Microsoft.Office.Project.Server.Library.dll 内)

構文

'宣言
Public Shared Function GetColumnAsDateTime ( _
    row As DataRow, _
    colName As String, _
    defaultValue As DateTime _
) As DateTime
'使用
Dim row As DataRow
Dim colName As String
Dim defaultValue As DateTime
Dim returnValue As DateTime

returnValue = PSDataTable.GetColumnAsDateTime(row, _
    colName, defaultValue)
public static DateTime GetColumnAsDateTime(
    DataRow row,
    string colName,
    DateTime defaultValue
)

パラメーター

  • defaultValue
    型: System.DateTime

    既定値を返すには、 null 参照 (Visual Basic のNothing )は、 rowまたはcolNameのいずれかの場合。

戻り値

型: System.DateTime
指定した列の値DateTimeを返します。rowまたはcolNameのいずれかが、 null 参照 (Visual Basic のNothing )、 new DateTime(0)が返されます。

関連項目

参照先

PSDataTable クラス

PSDataTable メンバー

GetColumnAsDateTime オーバーロード

Microsoft.Office.Project.Server.Library 名前空間