REST.Backend.KinveyApi.TKinveyApi.TUpdatedAt

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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() {}
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
REST.Backend.KinveyApi.pas
REST.Backend.KinveyApi.hpp
REST.Backend.KinveyApi TKinveyApi


Beschreibung

TUpdatedAt ist ein Record, der den Zeitpunkt speichert, zu dem ein Element vom Cloud-Dienst aktualisiert wurde.

Siehe auch