FMX.AddressBook.TAddressBookContact.ModificationDate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ModificationDate: TDateTime index TContactField.ModificationDate read GetDateTimeValue;

C++

__property System::TDateTime ModificationDate = {read=GetDateTimeValue, index=25};

Properties

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

Description

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

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

Note: This property is not supported on Android platform.

See Also