JVCL Help:TJvMiscInfo.TimeRunningAsString

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Returns the time elapsed since the computer was started, formatted as a string.


Pascal

 propertyTimeRunningAsString: string;


Description

Read TimeRunningAsString to get the time elapsed since the computer was started as a string. The returned value is preformatted as the number of days, hours, minutes and seconds. 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.TimeRunning


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