Specifies the number of minutes in an hour.
MinsPerHour = 60;
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!
|