====== Timestamp ====== Property of [[:scripting:api:bundle:start|IBundle]] ===== Description ===== Returns Timestamp ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:BSTR|BSTR]]** ===== Syntax ===== ==== JavaScript ==== var sTimestamp = Bundle.Timestamp; ==== Visual Basic Script ==== sTimestamp = Bundle.Timestamp ==== C++ ==== BSTR sTimestamp; HRESULT hr = Bundle.get_Timestamp(&sTimestamp); ===== See Also ===== [[:scripting:api:bundle:start|IBundle]] ~~NOTOC~~