Web.HTTPApp.MonthStr

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function MonthStr(DateTime: TDateTime): string;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp Web.HTTPApp

説明

TDateTime を,月を表す文字列に変換します。

HTTP メッセージヘッダーには,いくつかの形式で日付時刻値を表現できます。MonthStr 関数は,TDateTime を,月を表す文字列に変換します。MonthStr を使用すると,サーバーアプリケーションは,形式に関係なく HTTP リクエストメッセージから得られた日付値を扱うことができます。

関連項目