bookmarksearchtime query

Can we the get the bookmarks created on today, yesterday, last 7 days, 1 week.

what exactly need to be feed in timeLimitUSec?

Can we get more explaining on time and timeLimitUSec?

trying lot of trail and error methods but with no correct results.

timeLimitUSec is a period of time to search within (in microseconds), please see this link -

https://doc.developer.milestonesys.com/html/index.html?base=miphelp/class_video_o_s_1_1_platform_1_1_data_1_1_bookmark_service.html&tree=tree_search.html?search=timelimitusec

Also please explore this sample, you will be able to see how to use it in the sample code -

https://doc.developer.milestonesys.com/html/index.html?base=samples/scbookmark.html&tree=tree_search.html?search=scbookmark

time = DateTime.Now.Date and timeLimitUSec = 86400000000 is provided to get the bookmark created today , but the result will not provide all the bookmarks

It seems to be working for me - here’s how I implement Get-Bookmark in MilestonePSTools

https://gist.github.com/jhendricks123/ae63c17923641d9f1fe6ccc0ebbd7939

Thanks for the reply@Josh Hendricks​ , we were missing UTC.