次の方法で共有


EntityProperty.GeneratePropertyForDateTimeOffset メソッド

定義

指定された EntityProperty 値を表す新しい DateTimeOffset オブジェクトを作成します。

public static Microsoft.Azure.Cosmos.Table.EntityProperty GeneratePropertyForDateTimeOffset (DateTimeOffset? input);
static member GeneratePropertyForDateTimeOffset : Nullable<DateTimeOffset> -> Microsoft.Azure.Cosmos.Table.EntityProperty
Public Shared Function GeneratePropertyForDateTimeOffset (input As Nullable(Of DateTimeOffset)) As EntityProperty

パラメーター

input
Nullable<DateTimeOffset>

新しい EntityProperty の値です。

戻り値

指定された値を持つ EntityProperty オブジェクトです。

適用対象