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.
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 -
Also please explore this sample, you will be able to see how to use it in the sample code -
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.