RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
HTTPApp.DayOfWeekStr Function

Converts a TDateTime into a string representing the day of the week.

Pascal
function DayOfWeekStr(DateTime: TDateTime): string;
C++
AnsiString DayOfWeekStr(TDateTime DateTime);

HTTPApp

HTTP message headers permit several formats for the representation of date and time values. DayOfWeekStr converts a TDateTime into a string representing the day of the week. DayOfWeekStr allows server applications to work with date values taken from HTTP request messages, without worrying about the details of how they are formatted. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!