FileSystemInfo.LastWriteTimeUtc 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定目前檔案或目錄上次被寫入的時間,其格式為 Coordinated Universal Time (UTC)。
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
屬性值
目前檔案上次被寫入的 UTC 時間。
- 屬性
例外狀況
Refresh() 無法初始化資料。
目前的作業系統不是 Windows NT 或更新版本。
呼叫端嘗試設定無效的寫入時間。
備註
注意
這個方法可能會傳回不正確的值,因為它會使用操作系統可能不會持續更新其值的原生函式。
如果物件的目前實例FileSystemInfo從下列DirectoryInfo任一方法傳回,則會預先快取 屬性的值LastWriteTimeUtc:
若要取得最新的值,請呼叫 Refresh 方法。
如果物件中所述的 FileSystemInfo 檔案或目錄不存在,或包含此檔案或目錄的文件系統不支援這項資訊,則此屬性會傳回 12:00 午夜,1601 A.D. (C.E.) 國際標準時間 (UTC) 。