RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDateTime::DayOfWeek Method

Returns the day of the week of the date portion of the System::TDateTime::TDateTime

Pascal
function DayOfWeek: Integer;
C++
__fastcall int DayOfWeek() const;

System::TDateTime::DayOfWeek returns an integer between 1 and 7. Sunday is treated as the first day of the week and Saturday as the seventh. 

 

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