REST.Json.Interceptors.TMongoDateTimeInterceptor

From RAD Studio API Documentation

TMongoDateTimeInterceptorREST.Json.Interceptors.TDateTimeInterceptorREST.JsonReflect.TJSONInterceptorSystem.TObject

Delphi

TMongoDateTimeInterceptor = class(TDateTimeInterceptor)

C++

class PASCALIMPLEMENTATION TMongoDateTimeInterceptor : public TDateTimeInterceptor

Properties

Type Visibility Source Unit Parent
class public
REST.Json.Interceptors.pas
REST.Json.Interceptors.hpp
REST.Json.Interceptors REST.Json.Interceptors

Description

DateTime Interceptor for conversions between TDateTime and MongoDB TMongoDate object.

It is created and used automatically when TMarshalUnmarshalBase.DateFormat is jdfMongo.