ContactsContract.ContactsColumns.ContactLastUpdatedTimestamp Field

Definition

Caution

Use 'Android.Provider.ContactsContract.IContactsColumns.ContactLastUpdatedTimestamp'. This class will be removed in a future release.

Timestamp (milliseconds since epoch) of when this contact was last updated.

[Android.Runtime.Register("CONTACT_LAST_UPDATED_TIMESTAMP")]
[System.Obsolete("Use 'Android.Provider.ContactsContract.IContactsColumns.ContactLastUpdatedTimestamp'. This class will be removed in a future release.")]
public const string ContactLastUpdatedTimestamp;
[<Android.Runtime.Register("CONTACT_LAST_UPDATED_TIMESTAMP")>]
[<System.Obsolete("Use 'Android.Provider.ContactsContract.IContactsColumns.ContactLastUpdatedTimestamp'. This class will be removed in a future release.")>]
val mutable ContactLastUpdatedTimestamp : string

Field Value

Attributes

Remarks

Timestamp (milliseconds since epoch) of when this contact was last updated. This includes updates to all data associated with this contact including raw contacts. Any modification (including deletes and inserts) of underlying contact data are also reflected in this timestamp.

Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to