Returns the number of minutes between a specified TDateTime value and the beginning of the same hour.
function MinuteOfTheHour(const AValue: TDateTime): Word;
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.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|