RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DateUtils.HourOfTheWeek Function

Returns the number of hours between a specified TDateTime value and 12:00 AM of the first day of the week.

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

Call HourOfTheWeek to obtain the number of complete hours between AValue and 12:00 AM on Monday of the week that includes AValue.

Note: HourOfTheWeek defines the week of AValue according to the ISO 8601 standard. That is, the week starts on Monday and ends on Sunday.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!