FileSystemInfo.LastWriteTimeUtc Propriedade
Definição
Obtém ou define a hora, em UTC (Tempo Universal Coordenado), em que o arquivo ou diretório atual foi gravado pela última vez.Gets or sets the time, in coordinated universal time (UTC), when the current file or directory was last written to.
public:
property DateTime LastWriteTimeUtc { DateTime get(); void set(DateTime value); };
public DateTime LastWriteTimeUtc { get; set; }
[System.Runtime.InteropServices.ComVisible(false)]
public DateTime LastWriteTimeUtc { get; set; }
member this.LastWriteTimeUtc : DateTime with get, set
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.LastWriteTimeUtc : DateTime with get, set
Public Property LastWriteTimeUtc As DateTime
Valor da propriedade
A hora em UTC em que o arquivo atual foi gravado pela última vez.The UTC time when the current file was last written to.
- Atributos
Exceções
O sistema operacional atual não é o Windows NT ou posterior.The current operating system is not Windows NT or later.
O chamador tenta definir um tempo de gravação inválido.The caller attempts to set an invalid write time.
Comentários
Observação
Esse método pode retornar um valor impreciso porque ele usa funções nativas cujos valores podem não ser atualizados continuamente pelo sistema operacional.This method may return an inaccurate value because it uses native functions whose values may not be continuously updated by the operating system.
O valor da LastWriteTimeUtc propriedade será previamente armazenado em cache se a instância atual do FileSystemInfo objeto tiver sido retornada de qualquer um dos seguintes DirectoryInfo métodos:The value of the LastWriteTimeUtc property is pre-cached if the current instance of the FileSystemInfo object was returned from any of the following DirectoryInfo methods:
Para obter o valor mais recente, chame o Refresh método.To get the latest value, call the Refresh method.
Se o arquivo ou diretório descrito no FileSystemInfo objeto não existir, ou se o sistema de arquivos que contém esse arquivo ou diretório não oferecer suporte a essas informações, essa propriedade retornará 12:00 meia-noite, 1º de janeiro de 1601 d.c.If the file or directory described in the FileSystemInfo object does not exist, or if the file system that contains this file or directory does not support this information, this property returns 12:00 midnight, January 1, 1601 A.D. (C.E.) Tempo Universal Coordenado (UTC).(C.E.) Coordinated Universal Time (UTC).