scripting:api:bookmark:timestamp

Timestamp

Property of IBookmark

Timestamp (32 bit)

Read-Only Property of type long

var nVal = Bookmark.Timestamp;
nVal = Bookmark.Timestamp
long nVal;
HRESULT hr = Bookmark.get_Timestamp(&nVal);