次の方法で共有


LogsTableRow.GetTimeSpan メソッド

定義

オーバーロード

GetTimeSpan(Int32)

指定したインデックスにある列の値を として TimeSpan取得します。

GetTimeSpan(String)

指定した名前の列の値を として TimeSpan取得します。

GetTimeSpan(Int32)

ソース:
LogsTableRow.cs
ソース:
LogsTableRow.cs

指定したインデックスにある列の値を として TimeSpan取得します。

public TimeSpan? GetTimeSpan (int index);
member this.GetTimeSpan : int -> Nullable<TimeSpan>
Public Function GetTimeSpan (index As Integer) As Nullable(Of TimeSpan)

パラメーター

index
Int32

列インデックス。

戻り値

Nullable<T>列の値。

適用対象

GetTimeSpan(String)

ソース:
LogsTableRow.cs
ソース:
LogsTableRow.cs

指定した名前の列の値を として TimeSpan取得します。

public TimeSpan? GetTimeSpan (string name);
member this.GetTimeSpan : string -> Nullable<TimeSpan>
Public Function GetTimeSpan (name As String) As Nullable(Of TimeSpan)

パラメーター

name
String

列名。

戻り値

Nullable<T>列の値。

適用対象