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

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!