REST.Json.Interceptors.TUnixDateTimeInterceptor

Delphi
TUnixDateTimeInterceptor = class(TDateTimeInterceptor)
C++
class PASCALIMPLEMENTATION TUnixDateTimeInterceptor : 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 Unix date&time representation.
It is created and used automatically when TMarshalUnmarshalBase.DateFormat is jdfUnix.