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);

DateUtils

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!