PlatformDiagnosticTraceRuntimeInfo.RuntimeFileTime 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
追蹤的刻度) 時間戳記 (。
public:
property long long RuntimeFileTime { long long get(); };
long RuntimeFileTime();
public long RuntimeFileTime { get; }
var int64 = platformDiagnosticTraceRuntimeInfo.runtimeFileTime;
Public ReadOnly Property RuntimeFileTime As Long
屬性值
追蹤檔案的時間戳記。
備註
Windows 檔案時間是 64 位值,代表自 1601 年 1 月 1 日午夜 1601 年 1 月 1 日上午 12:00 起經過的 100 奈秒間隔數目, (C.E.) 國際標準時間 (UTC) 。 當應用程式建立、存取或寫入檔案時,Windows 會使用檔案時間記錄。
使用 DateTime.FromFileTimeUtc () 將傳回值轉換為 DateTime;