REST.Json.Types.TParseDate.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
REST.Json.Types.pas
REST.Json.Types.hpp
REST.Json.Types TParseDate

Description

Creates a Parse DateTime object.

Create converts the AValue in TDateTime format to a Parse Date object type.

See Also