FileSystemInfo.LastAccessTimeUtc 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定目前檔案或目錄上次被存取的時間,其格式為 Coordinated Universal Time (UTC)。
public:
property DateTime LastAccessTimeUtc { DateTime get(); void set(DateTime value); };
public DateTime LastAccessTimeUtc { get; set; }
[System.Runtime.InteropServices.ComVisible(false)]
public DateTime LastAccessTimeUtc { get; set; }
member this.LastAccessTimeUtc : DateTime with get, set
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.LastAccessTimeUtc : DateTime with get, set
Public Property LastAccessTimeUtc As DateTime
屬性值
目前檔案或目錄上次被存取的 UTC 時間。
- 屬性
例外狀況
Refresh() 無法初始化資料。
目前的作業系統不是 Windows NT 或更新版本。
呼叫端嘗試設定無效的存取時間。
備註
注意
這個方法可能會傳回不正確的值,因為它會使用操作系統可能不會持續更新其值的原生函式。
如果物件的目前實例FileSystemInfo從下列DirectoryInfo任一方法傳回,則會預先快取 屬性的值LastAccessTimeUtc:
若要取得最新的值,請呼叫 Refresh 方法。
如果物件中所述的 FileSystemInfo 檔案不存在,則此屬性會傳回 12:00 午夜,1601 A.D. (C.E.) 國際標準時間 (UTC) 。
如需一般 I/O 工作的清單,請參閱 一般 I/O 工作。