REST.Backend.ServiceTypes.TBackendStorageApi.AddDateOption
Delphi
function AddDateOption(ADateFormat: TJSONDateFormat; AOptions: TJSONOptions): TJSONOptions;
C++
Rest::Json::TJsonOptions __fastcall AddDateOption(Rest::Json::Types::TJsonDateFormat ADateFormat, Rest::Json::TJsonOptions AOptions);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | REST.Backend.ServiceTypes.pas REST.Backend.ServiceTypes.hpp |
REST.Backend.ServiceTypes | TBackendStorageApi |
説明
JSON 処理オプションに日付形式を追加します。
AddDateOption は、指定された ADateFormat
日付形式を JSON 処理オプション AOptions
に追加した後、TJsonOptions を返します。