The TDateTimeFormat enumerated type is used with TReader and TWriter classes to specify how published DateTime properties are handled when reading/writing TPersistent-descendant classes to/from JSON.
Element
Description
dtfISO8601
Date-time values are handled as ISO-8601 date-time string values.
dtfRaw
Date-time values are handled as raw numeric DateTime values (the default).