IdleTimerGetRelativeSystemIdleTime Method |
Returns the minimum between system-wide idle time and the interval from the latest reset in milliseconds.
Namespace: ZylSoft.TimersAssembly: ZylIdleTimer (in ZylIdleTimer.dll) Version: 1.42.8793.22144
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic int GetRelativeSystemIdleTime()
Public Function GetRelativeSystemIdleTime As Integer
Dim instance As IdleTimer
Dim returnValue As Integer
returnValue = instance.GetRelativeSystemIdleTime()
public:
int GetRelativeSystemIdleTime()
member GetRelativeSystemIdleTime : unit -> int
public int GetRelativeSystemIdleTime()
public function GetRelativeSystemIdleTime() : int
function GetRelativeSystemIdleTime();
METHOD GetRelativeSystemIdleTime() AS LONG
No code example is currently available or this language may not be supported.
Return Value
Int32
Minimum between system-wide idle time and the interval from the latest reset in milliseconds.
See Also