Web.HTTPApp.MonthStr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function MonthStr(DateTime: TDateTime): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall MonthStr(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 month.

HTTP message headers permit several formats for the representation of date and time values. MonthStr converts a TDateTime into a string representing the month. MonthStr 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