MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 403

Using components
Hide thumbs Also See for FLASH MX 2004-USING COMPONENTS:
Table of Contents

Advertisement

DeltaPacket.getTimestamp()
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
deltaPacket.getTimestamp()
Parameters
None.
Returns
A Date object containing the date and time at which the delta packet was created.
Description
Method; returns the date and time at which the delta packet was created.
Example
The following example calls the
// ...
var deltapkt:DeltaPacket = _parent.myDataSet.deltaPacket;
var dpTime:String = " Time: " + deltapkt.getTimestamp();
trace(dpTime);
// ...
DeltaPacket.getTransactionId()
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
deltaPacket.getTransactionId()
Parameters
None.
Returns
A string; the unique transaction ID for a single transaction grouping of delta packets.
404
Chapter 6: Components Dictionary
method:
getTimestamp()

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx

Table of Contents