JCL Help:MinutesToMSecs

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts minutes to milliseconds.


Pascal

 function MinutesToMSecs(Minutes: Integer): Integer;


Parameters

Parameters Description
Minutes: Integer The number of minutes to convert to milliseconds.


Return Value

The number of milliseconds corresponding with Minutes.


Description

MinutesToMSecs converts Minutes to milliseconds. The maximum value for Minutes is asserted to Minutes smaller than MaxInt / 60 / 1000


About

Unit

JclDateTime


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