REST.Backend.EMSApi.TEMSClientAPI.TUpdatedAt

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

    TUpdatedAt = record
    private
      FUpdatedAt: TDateTime;
    public
      constructor Create(AUpdatedAt: TDateTime);
      property UpdatedAt: TDateTime read FUpdatedAt;
    end;

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.EMSApi.pas
REST.Backend.EMSApi.hpp
REST.Backend.EMSApi TEMSClientAPI

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.