REST.Backend.KinveyApi.TKinveyApi.TUpdatedAt.Create
Delphi
constructor Create(AUpdatedAt: TDateTime);
C++
__fastcall TUpdatedAt(System::TDateTime AUpdatedAt);
TUpdatedAt() {}
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| constructor | public | REST.Backend.KinveyApi.pas REST.Backend.KinveyApi.hpp |
REST.Backend.KinveyApi | TUpdatedAt |
Beschreibung
Konstruktor zum Erstellen eines TUpdatedAt-Record-Typs.
Der Konstruktor Create übernimmt den Parameter AUpdatedAt mit dem Typ TDateTime und weist der Eigenschaft UpdatedAt diesen Wert zu.