REST.Json.Types.TParseDate.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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


Description

Crée un nouvel objet Parse DateTime.

Create convertit le AValue au format TDateTime en un type objet Parse Date.

Voir aussi