RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DateUtils.MinuteOfTheMonth Function

Returns the number of minutes between a specified TDateTime value and 12:00 AM of the first day of the month.

Pascal
function MinuteOfTheMonth(const AValue: TDateTime): Word;
C++
Word MinuteOfTheMonth(const TDateTime AValue);

Call MinuteOfTheMonth to obtain the number of minutes between AValue and 12:00 AM on the first day of the month that includes AValue. 

 

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