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);

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!