ContactsContract.DeletedContacts.DaysKeptMilliseconds Field

Definition

Milliseconds that the delete log will be kept.

[Android.Runtime.Register("DAYS_KEPT_MILLISECONDS")]
public const long DaysKeptMilliseconds = 2592000000;
[<Android.Runtime.Register("DAYS_KEPT_MILLISECONDS")>]
val mutable DaysKeptMilliseconds : int64

Field Value

Value = 2592000000
Attributes

Remarks

Milliseconds that the delete log will be kept. After this time, delete records may be deleted.

Java documentation for android.provider.ContactsContract.DeletedContacts.DAYS_KEPT_MILLISECONDS.

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