RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DateUtils.MilliSecondOfTheHour Function

Returns the number of milliseconds between a specified TDateTime value and the beginning of the same hour.

Pascal
function MilliSecondOfTheHour(const AValue: TDateTime): LongWord;
C++
LongWord MilliSecondOfTheHour(const TDateTime AValue);

DateUtils

Call MilliSecondOfTheHour to obtain the number of milliseconds between AValue and the start of the same hour on the same day. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!