UtilWindowsSystemIdleTime Property

Retrieves the time of the last input (mouse or keyboard) event in the operating system. That is, the last time the user has pressed a key or used the mouse.

Definition

Namespace: DevCase.Core.Windows.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static TimeSpan SystemIdleTime { get; }

Property Value

TimeSpan
The time of the last input (mouse or keyboard) event in the operating system.

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also