REST.Json.Interceptors.TParseDateTimeInterceptor

From RAD Studio API Documentation
Jump to: navigation, search

REST.JsonReflect.TJSONInterceptorSystem.TObjectTParseDateTimeInterceptor

Delphi

TParseDateTimeInterceptor = class(TJSONInterceptor)

C++

class PASCALIMPLEMENTATION TParseDateTimeInterceptor : public Rest::Jsonreflect::TJSONInterceptor

Properties

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

Description

Parse DateTime object interceptor for conversions between TObject and TDateTime.

See Also