Web.HTTPApp.DayOfWeekStr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DayOfWeekStr(DateTime: TDateTime): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall DayOfWeekStr(System::TDateTime DateTime);

Properties

Type Visibility Source Unit Parent
function public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp Web.HTTPApp

Description

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

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.

See Also