REST.Backend.KinveyApi.TKinveyApi.TUpdatedAt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TUpdatedAt = record

C++

struct DECLSPEC_DRECORD TUpdatedAt
{
private:
    System::TDateTime FUpdatedAt;
public:
    __fastcall TUpdatedAt(System::TDateTime AUpdatedAt);
    __property System::TDateTime UpdatedAt = {read=FUpdatedAt};
    TUpdatedAt() {}
};

Properties

Type Visibility Source Unit Parent
record
struct
public
REST.Backend.KinveyApi.pas
REST.Backend.KinveyApi.hpp
REST.Backend.KinveyApi TKinveyApi

Description

TUpdatedAt is a record that stores when an item was updated by the cloud service.

See Also