Browser.DeleteHistoryTimeFrame(ContentResolver, Int64, Int64) Method
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.
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
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.
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.