 |
SystemTimesIdleTime Property |
A pointer to a structure that receives the amount of time that
the system has been idle.
Namespace: Xcalibur.NativeMethods.V2.SystemInfoAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntaxpublic long IdleTime { get; set; }Public Property IdleTime As Long
Get
Set
public:
property long long IdleTime {
long long get ();
void set (long long value);
}member IdleTime : int64 with get, set
Property Value
Int64
The idle time.
See Also