Programming ActionScript 3.0 |
|
|
|
| Working with dates and times | |||
Timing might not be everything, but it's usually a key factor in software applications. ActionScript 3.0 provides powerful ways to manage calendar dates, times, and time intervals. Two main classes provide most of this timing functionality: the Date class and the new Timer class in the flash.utils package.
Managing calendar dates and times
|
|
|
|