RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DateUtils.MilliSecondOfTheMinute Function

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

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

Call MilliSecondOfTheMinute to obtain the number of milliseconds between AValue and the start of the same minute on the same day. 

 

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