Accessibility
 
Home > Products > Flash > Support > ActionScript Dictionary
Flash Icon Macromedia Flash Support Center - ActionScript dictionary
Date.getTime

Availability
Flash Player 5.

Usage

 myDate  .getTime() 

Parameters
None.

Returns
An integer.

Description
Method; returns the number of milliseconds since midnight January 1, 1970, universal time, for the specified Date object. Use this method to represent a specific instant in time when comparing two or more Date objects.

To Table of Contents Back to Previous document Forward to next document