REST.Json.Types.TParseDate.Create

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

Delphi

constructor Create(AValue: TDateTime; InputIsUTC: Boolean);

C++

__fastcall TParseDate(System::TDateTime AValue, bool InputIsUTC);

プロパティ

種類 可視性 ソース ユニット
constructor public
REST.Json.Types.pas
REST.Json.Types.hpp
REST.Json.Types TParseDate


説明

Parse DateTime オブジェクトを作成します。

Create は、TDateTime 形式の AValue を、Parse Date オブジェクト型に変換します。

関連項目