Read Contacts Creation Date?

vb1992

Well-Known Member
Licensed User
Longtime User
Is there a way to Read Contacts Creation Date? (modified date)?
The creation date would be fine...
Permissions:
android.permission.READ_CONTACTS

Events:
None

Members:

FindByMail (Email As String, Exact As Boolean) As List

FindByName (Name As String, Exact As Boolean) As List

GetAll As List

GetById (Id As Int) As Contact
 
Top