共用方式為


PlatformDiagnosticTraceRuntimeInfo.RuntimeFileTime 屬性

定義

追蹤的刻度) 時間戳記 (。

public:
 property long long RuntimeFileTime { long long get(); };
long RuntimeFileTime();
public long RuntimeFileTime { get; }
var int64 = platformDiagnosticTraceRuntimeInfo.runtimeFileTime;
Public ReadOnly Property RuntimeFileTime As Long

屬性值

Int64

long long

long

追蹤檔案的時間戳記。

備註

Windows 檔案時間是 64 位值,代表自 1601 年 1 月 1 日午夜 1601 年 1 月 1 日上午 12:00 起經過的 100 奈秒間隔數目, (C.E.) 國際標準時間 (UTC) 。 當應用程式建立、存取或寫入檔案時,Windows 會使用檔案時間記錄。

使用 DateTime.FromFileTimeUtc () 將傳回值轉換為 DateTime;

適用於