Specifies the number of seconds in a minute.
SecsPerMin = 60;
SecsPerMin = 60;
SysUtils
SecsPerMin is the number of seconds (60) in a minute.
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!
|