REST.Json.Interceptors.TParseDateTimeInterceptor.ObjectReverter
Delphi
procedure ObjectReverter(Data: TObject; Field: string; Arg: TObject); override;
C++
virtual void __fastcall ObjectReverter(System::TObject* Data, System::UnicodeString Field, System::TObject* Arg);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | REST.Json.Interceptors.pas REST.Json.Interceptors.hpp |
REST.Json.Interceptors | TParseDateTimeInterceptor |
Description
Modifies the date and time values of Data to the Parse Date type.
ObjectReverter changes the value of the date and time fields of Data to the specified Arg date and time of type Parse Date.