Returns the minute of the hour represented by a TDateTime value.
function MinuteOf(const AValue: TDateTime): Word;
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.
DecodeTime
RecodeDateMinute
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|