Partilhar via


EntityProperty.GeneratePropertyForDateTimeOffset Método

Definição

Cria um novo objeto EntityProperty que representa o valor DateTimeOffset especificado.

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

Parâmetros

input
Nullable<DateTimeOffset>

O valor para o novo EntityProperty.

Retornos

Um objeto EntityProperty com o valor especificado.

Aplica-se a