ContactsContract.CommonDataKinds.StructuredName.InterfaceConsts.ContactLastUpdatedTimestamp Field

Definition

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

[Android.Runtime.Register("CONTACT_LAST_UPDATED_TIMESTAMP")]
public const string ContactLastUpdatedTimestamp;
[<Android.Runtime.Register("CONTACT_LAST_UPDATED_TIMESTAMP")>]
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