SystemInformationEvent.TimerStartTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the start time of the high resolution timer. This value is retrieved from QueryPerformanceCounter.
public:
property long TimerStartTime { long get(); };
public:
property long long TimerStartTime { long long get(); };
public long TimerStartTime { get; }
member this.TimerStartTime : int64
Public ReadOnly Property TimerStartTime As Long