TableEntity.GetDateTime(String) メソッド

定義

という名前keyの の プロパティのTableEntityDateTime値を取得します。

public DateTime? GetDateTime (string key);
member this.GetDateTime : string -> Nullable<DateTime>
Public Function GetDateTime (key As String) As Nullable(Of DateTime)

パラメーター

key
String

プロパティの名前。

戻り値

プロパティの値。

例外

key 関連付けられている値が 型 DateTimeではありません。

適用対象