REST.Backend.ServiceTypes.TBackendStorageApi.AddDateOption

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function AddDateOption(ADateFormat: TJSONDateFormat; AOptions: TJSONOptions): TJSONOptions;

C++

Rest::Json::TJsonOptions __fastcall AddDateOption(Rest::Json::Types::TJsonDateFormat ADateFormat, Rest::Json::TJsonOptions AOptions);

Propriétés

Type Visibilité  Source Unité  Parent
function public
REST.Backend.ServiceTypes.pas
REST.Backend.ServiceTypes.hpp
REST.Backend.ServiceTypes TBackendStorageApi


Description

Ajoute le format de date aux options de traitement JSON.

AddDateOption renvoie le TJsonOptions après avoir ajouté le format de date ADateFormat aux options de traitement Json AOptions.

Voir aussi