ContactsContract.CommonDataKinds.Callable.InterfaceConsts.ContactLastUpdatedTimestamp Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.