Environment.TickCount64 プロパティ

定義

システム起動後のミリ秒単位の経過時間を取得します。

public:
 static property long TickCount64 { long get(); };
public static long TickCount64 { get; }
member this.TickCount64 : int64
Public Shared ReadOnly Property TickCount64 As Long

プロパティ値

Int64

システムが開始されてからの経過時間 (ミリ秒)。

適用対象