ICoreWebView2Profile2.ClearBrowsingDataInTimeRange

ClearBrowsingDataInTimeRange behaves like ClearBrowsingData except that it takes in two additional parameters for the start and end time for which it should clear the data between. The startTime and endTime parameters correspond to the number of seconds since the UNIX epoch. startTime is inclusive while endTime is exclusive, therefore the data will be cleared between [startTime, endTime).

interface ICoreWebView2Profile2
HRESULT
ClearBrowsingDataInTimeRange
(
in COREWEBVIEW2_BROWSING_DATA_KINDS dataKinds
,
in double startTime
,
in double endTime
,)

Meta