REST.Json.Types.TParseDate

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTParseDate

Delphi

TParseDate = class(TObject)

C++

class PASCALIMPLEMENTATION TParseDate : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
REST.Json.Types.pas
REST.Json.Types.hpp
REST.Json.Types REST.Json.Types

Description

Class that represents a Parse Date object type.

The TParseDate object type is used for marshalling and unmarshalling JSON objects to/from the Parse service.

The Parse Date type contains a field iso with an UTC timestamp stored in ISO 8601 format with millisecond precision.

{
  "__type": "Date",
  "iso": "2015-08-25T18:32:12.265Z"
}

See Also