JCL Help:SecondsToMSecs
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: SecondsToMSecs Function
Search in JCL Help
Search in all projects
Summary
Converts seconds to milliseconds.
Pascal
function SecondsToMSecs(Seconds: Integer): Integer;
Parameters
Parameters | Description |
Seconds: Integer | The number of seconds to convert to milliseconds. |
Return Value
The number of milliseconds corresponding with Seconds.
Description
SecondsToMSecs converts Seconds to milliseconds. The maximum value for Seconds is asserted to Seconds smaller than MaxInt / 1000
About
Unit
Donator
Charlie Calvert
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