REST.Backend.KinveyApi.TKinveyApi.TUpdatedAt.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AUpdatedAt: TDateTime);

C++

__fastcall TUpdatedAt(System::TDateTime AUpdatedAt);
TUpdatedAt() {}

Properties

Type Visibility Source Unit Parent
constructor public
REST.Backend.KinveyApi.pas
REST.Backend.KinveyApi.hpp
REST.Backend.KinveyApi TUpdatedAt

Description

Constructor to create a TUpdatedAt record type.

The Create constructor takes the AUpdatedAt parameter of TDateTime type and assigns this value to the UpdatedAt property.

See Also