REST.Backend.EMSApi.TEMSClientAPI.TUpdatedAt
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() {}
};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| record struct | public | REST.Backend.EMSApi.pas REST.Backend.EMSApi.hpp | REST.Backend.EMSApi | TEMSClientAPI | 
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!