Returns the number of seconds between a specified TDateTime value and 12:00:00 AM of the first day of the week.
function SecondOfTheWeek(const AValue: TDateTime): LongWord;
LongWord SecondOfTheWeek(const TDateTime AValue);
DateUtils
Call SecondOfTheWeek to obtain the number of seconds between AValue and 12:00:00 AM on Monday of the week that includes AValue.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|