RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DateUtils.OneHour Constant

OneHour represents the inverse value of the HoursPerDay constant.

Pascal
OneHour = 1 / HoursPerDay;
C++
OneHour = 1 / HoursPerDay;

OneHour is the inverse of the HoursPerDay 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!