REST.Backend.KinveyApi.TKinveyApi.TUser.CreatedAt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CreatedAt: TDateTime read FCreatedAt;

C++

__property System::TDateTime CreatedAt = {read=FCreatedAt};

Properties

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

Description

Stores when TUser was created.

The CreatedAt property of TDateTime type stores when the user was created by the cloud service.

See Also