REST.Json.Interceptors.TParseDateTimeInterceptor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

REST.Json.Interceptors.TDateTimeInterceptorREST.JsonReflect.TJSONInterceptorSystem.TObjectTParseDateTimeInterceptor

Delphi

TParseDateTimeInterceptor = class(TDateTimeInterceptor)

C++

class PASCALIMPLEMENTATION TParseDateTimeInterceptor : 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 Parse TParseDate.

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

Siehe auch