REST.Backend.ServiceTypes.TBackendStorageApi.AddDateOption

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
REST.Backend.ServiceTypes.pas
REST.Backend.ServiceTypes.hpp
REST.Backend.ServiceTypes TBackendStorageApi


Beschreibung

Fügt den JSON-Verarbeitungsoptionen das Datumsformat hinzu.

AddDateOption gibt nach dem Hinzufügen des angegebenen ADateFormat-Datumsformats zu den AOptions-JSON-Verarbeitungsoptionen die TJsonOptions zurück.

Siehe auch