JCL Help:HoursToMSecs

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts hours to milliseconds.


Pascal

 function HoursToMSecs(Hours: Integer): Integer;


Parameters

Parameters Description
Hours: Integer The number of hours to convert to milliseconds.


Return Value

The number of milliseconds corresponding with Hours.


Description

HoursToMSecs converts hours to milliseconds. The maximum value for Hours is asserted to Hours smaller than MaxInt / 60 / 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