Browser.DeleteHistoryTimeFrame(ContentResolver, Int64, Int64) Method

Definition

Delete all history items from begin to end.

[Android.Runtime.Register("deleteHistoryTimeFrame", "(Landroid/content/ContentResolver;JJ)V", "")]
public static void DeleteHistoryTimeFrame (Android.Content.ContentResolver? cr, long begin, long end);
[<Android.Runtime.Register("deleteHistoryTimeFrame", "(Landroid/content/ContentResolver;JJ)V", "")>]
static member DeleteHistoryTimeFrame : Android.Content.ContentResolver * int64 * int64 -> unit

Parameters

cr
ContentResolver

The ContentResolver used to access the database.

begin
Int64

First date to remove. If -1, all dates before end. Inclusive.

end
Int64

Last date to remove. If -1, all dates after begin. Non-inclusive.

Attributes

Remarks

Delete all history items from begin to end.

Java documentation for android.provider.Browser.deleteHistoryTimeFrame(android.content.ContentResolver, long, long).

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