RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DateUtils.OneMinute Constant

OneMinute represents the inverse value of the MinsPerDay constant.

Pascal
OneMinute = 1 / MinsPerDay;
C++
OneMinute = 1 / MinsPerDay;

OneMinute is the inverse of the MinsPerDay time constant defined in the SysUtils unit. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!