Returns the day of the month represented by a TDateTime value.
function DayOf(const AValue: TDateTime): Word;
Word DayOf(const TDateTime AValue);
DateUtils
Call DayOf to obtain the day of the month represented by a specified TDateTime value. DayOf returns a value between 1 and 31.
DecodeDate
RecodeDateDay
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|