FMX.AddressBook.TAddressBookContact.CreationDate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CreationDate: TDateTime index TContactField.CreationDate read GetDateTimeValue;

C++

__property System::TDateTime CreationDate = {read=GetDateTimeValue, index=24};

Properties

Type Visibility Source Unit Parent
property public
FMX.AddressBook.pas
FMX.AddressBook.hpp
FMX.AddressBook TAddressBookContact

Description

Read-only. Returns the contact creation date and time in the TDateTime format.

Use this property to get the contact creation date and time. To convert the returned value to a string, use DateTimeToStr.

Note: This property is not supported on Android platform.

See Also