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~~