RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DateUtils.MinuteOf Function

Returns the minute of the hour represented by a TDateTime value.

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

DateUtils

Call MinuteOf to obtain the minute of the hour represented by a specified TDateTime value. MinuteOf returns a value between 0 and 59.

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

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