RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DateUtils.MinuteOfTheHour Function

Returns the number of minutes between a specified TDateTime value and the beginning of the same hour.

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

DateUtils

Call MinuteOfTheHour to obtain the number of minutes between AValue and the start of the same hour on the same day.

Note: MinuteOfTheHour returns the same value as the MinuteOf function.
 

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