RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DateUtils.OneSecond Constant

OneSecond represents the inverse value of the SecsPerDay constant.

Pascal
OneSecond = 1 / SecsPerDay;
C++
OneSecond = 1 / SecsPerDay;

OneSecond is the inverse of the SecsPerDay 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!