RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.MinsPerHour Constant

Specifies the number of minutes in an hour.

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

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!