IdleTimerGetSystemIdleTime Method |
Returns the system-wide idle time in milliseconds.
Namespace: ZylSoft.TimersAssembly: ZylIdleTimer (in ZylIdleTimer.dll) Version: 1.42.8793.22144
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic static int GetSystemIdleTime()
Public Shared Function GetSystemIdleTime As Integer
Dim returnValue As Integer
returnValue = IdleTimer.GetSystemIdleTime()
public:
static int GetSystemIdleTime()
static member GetSystemIdleTime : unit -> int
public static int GetSystemIdleTime()
public static function GetSystemIdleTime() : int
ZylSoft.Timers.IdleTimer.GetSystemIdleTime = function();
STATIC METHOD GetSystemIdleTime() AS LONG
No code example is currently available or this language may not be supported.
Return Value
Int32
System-wide idle time in milliseconds.
See Also