REST.Backend.ServiceTypes.TBackendStorageApi.AddDateOption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Adds the date format to the JSON processing options.

AddDateOption returns the TJsonOptions after adding the given ADateFormat date format to the Json processing options AOptions.

See Also