RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DateUtils.MilliSecondOfTheDay Function

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

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

DateUtils

Call MilliSecondOfTheDay to obtain the number of milliseconds between AValue and the beginning (midnight) on the same day. 

 

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