BookmarkFile.setAdded

Sets the time the bookmark for uri was added into bookmark. If no bookmark for uri is found then it is created. Since 2.12

class BookmarkFile
void
setAdded
(
string uri
,
uint added
)

Parameters

uri string

a valid URI

added uint

a timestamp or -1 to use the current time

Meta