REST.Json.Interceptors.TMongoDateTimeInterceptor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

REST.Json.Interceptors.TDateTimeInterceptorREST.JsonReflect.TJSONInterceptorSystem.TObjectTMongoDateTimeInterceptor

Delphi

TMongoDateTimeInterceptor = class(TDateTimeInterceptor)

C++

class PASCALIMPLEMENTATION TMongoDateTimeInterceptor : public TDateTimeInterceptor

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
REST.Json.Interceptors.pas
REST.Json.Interceptors.hpp
REST.Json.Interceptors REST.Json.Interceptors


Beschreibung

DateTime-Interzeptor für Umwandlungen zwischen TDateTime und dem Objekt MongoDB TMongoDate.

Wird automatisch erstellt und verwendet, wenn TMarshalUnmarshalBase.DateFormat jdfMongo ist.