scripting:api:bundle:timestamp

Timestamp

Property of IBundle

Returns Timestamp

Read-Only Property of type BSTR

var sTimestamp = Bundle.Timestamp;
sTimestamp = Bundle.Timestamp
BSTR sTimestamp;
HRESULT hr = Bundle.get_Timestamp(&sTimestamp);