REST.Json.Interceptors.TMongoDateTimeInterceptor.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);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
procedure function |
public | REST.Json.Interceptors.pas REST.Json.Interceptors.hpp |
REST.Json.Interceptors | TMongoDateTimeInterceptor |
説明
Data の日時フィールド(Field で指定された名前のもの)の値を、Arg で指定された日時(TMongoDate 型)に変更します。