RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DateUtils.OneMillisecond Constant

OneMillisecond represents the inverse value of the MSecsPerDay constant.

Pascal
OneMillisecond = 1 / MSecsPerDay;
C++
OneMillisecond = 1 / MSecsPerDay;

OneMillisecond is the inverse of the MSecsPerDaytime constant, defined in the SysUtils unit. 

 

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