Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Timestamp64 ====== Property of [[:scripting:api:bookmark:start|IBookmark]] ===== Description ===== Timestamp (64 bit, not accessible by scripting) ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:__int64|__int64]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var nVal = Bookmark.Timestamp64; </code>==== Visual Basic Script ==== <code vb> nVal = Bookmark.Timestamp64 </code>==== C++ ==== <code cpp> __int64 nVal; HRESULT hr = Bookmark.get_Timestamp64(&nVal); </code>===== See Also ===== [[:scripting:api:bookmark:start|IBookmark]] ~~NOTOC~~