JVCL Help:TJvMiscInfo.TimeRunning
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvMiscInfo.TimeRunning Property
[+] TJvMiscInfo Methods
[+] TJvMiscInfo Properties
Search in JVCL Help
Search in all projectsSummary
Returns the time elapsed since the computer was started.
Pascal
propertyTimeRunning: Int64;
Description
Read TimeRunning to determine the time elapsed since the computer was started. The returned value is in milliseconds. Note that this method uses GetTickCount so if the computer has been running for more than 42 days, the counter will rollover to 0 and the returned value will be incorrect.
See Also
TJvMiscInfo.TimeRunningAsString
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page