RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.SecsPerMin Constant

Specifies the number of seconds in a minute.

Pascal
SecsPerMin = 60;
C++
SecsPerMin = 60;

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