RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DateUtils.MilliSecondOfTheMonth Function

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

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

Call MilliSecondOfTheMonth to obtain the number of milliseconds between the beginning (Midnight on the first day) of the month that contains AValue and AValue itself. 

 

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