ContentDispositionHeaderValue.CreationDate Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o DateTimeOffset no qual o arquivo foi criado.
public:
property Nullable<DateTimeOffset> CreationDate { Nullable<DateTimeOffset> get(); void set(Nullable<DateTimeOffset> value); };
public DateTimeOffset? CreationDate { get; set; }
member this.CreationDate : Nullable<DateTimeOffset> with get, set
Public Property CreationDate As Nullable(Of DateTimeOffset)