Timestamp64
Property of IBookmark
Description
Timestamp (64 bit, not accessible by scripting)
Property type
Read-Only Property of type __int64
Syntax
JavaScript
var nVal = Bookmark.Timestamp64;
Visual Basic Script
nVal = Bookmark.Timestamp64
C++
__int64 nVal; HRESULT hr = Bookmark.get_Timestamp64(&nVal);