====== Timestamp ====== Property of [[:scripting:api:bookmark:start|IBookmark]] ===== Description ===== Timestamp (32 bit) ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:long|long]]** ===== Syntax ===== ==== JavaScript ==== var nVal = Bookmark.Timestamp; ==== Visual Basic Script ==== nVal = Bookmark.Timestamp ==== C++ ==== long nVal; HRESULT hr = Bookmark.get_Timestamp(&nVal); ===== See Also ===== [[:scripting:api:bookmark:start|IBookmark]] ~~NOTOC~~