Datasnap.DSAuth.TRoleAuth.CreateTime

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Unit: Datasnap.DSAuth
Parent: TRoleAuth

Delphi

property CreateTime: TDateTime read FCreateTime;

C++

__property System::TDateTime CreateTime = {read=FCreateTime};

Description

The date/time the TRoleAuth instance was created.

CreateTime returns the date/time the TRoleAuth instance was created. This is used internally, comparing it to TDSRoleItems.LastUpdated to determine if the TRoleAuth is outdated.