Icon TDateTimeFormat

Unit: WebCore

TDateTimeFormat = (dtfRaw,dtfISO8601)

Available In: Client and Server Applications

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.

ElementDescription
dtfISO8601Date-time values are handled as ISO-8601 date-time string values.
dtfRawDate-time values are handled as raw numeric DateTime values (the default).
Image