REST.Json.Interceptors.TISODateTimeInterceptor

From RAD Studio API Documentation

TISODateTimeInterceptorREST.Json.Interceptors.TDateTimeInterceptorREST.JsonReflect.TJSONInterceptorSystem.TObject

Delphi

TISODateTimeInterceptor = class(TDateTimeInterceptor)

C++

class PASCALIMPLEMENTATION TISODateTimeInterceptor : 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 string with ISO date/time representation.

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