Returns the day of the week represented by a TDateTime value.
function DayOfTheWeek(const AValue: TDateTime): Word;
Word DayOfTheWeek(const TDateTime AValue);
DateUtils
Call DayOfTheWeek to obtain the day of the week represented by a specified TDateTime value. DayOfTheWeek returns a value between 1 and 7, where 1 indicates Monday and 7 indicates Sunday.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|