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()
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