scripting:api:bookmark:timestamp64

Timestamp64

Property of IBookmark

Timestamp (64 bit, not accessible by scripting)

Read-Only Property of type __int64

var nVal = Bookmark.Timestamp64;

==== Visual Basic Script ====

nVal = Bookmark.Timestamp64

==== C++ ====

__int64 nVal;
HRESULT hr = Bookmark.get_Timestamp64(&nVal);

===== See Also ===== IBookmark