RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.MinsPerHour Constant

Specifies the number of minutes in an hour.

Pascal
MinsPerHour = 60;
C++
MinsPerHour = 60;

SysUtils

MinsPerHour is the number of minutes (60) in an hour. Using this constant rather than hard coding 60 makes for more readable code. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!