REST.Backend.KinveyApi.TKinveyApi.TObjectID.UpdatedAt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UpdatedAt: TDateTime read FUpdatedAt;

C++

__property System::TDateTime UpdatedAt = {read=FUpdatedAt};

Properties

Type Visibility Source Unit Parent
property public
REST.Backend.KinveyApi.pas
REST.Backend.KinveyApi.hpp
REST.Backend.KinveyApi TObjectID

Description

Stores when the TObjectID was updated.

The UpdatedAt property of TDateTime type stores when the TObjectID was updated by the cloud service.

See Also