MACROMEDIA FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE Reference page 147

Flash lite 1.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

GetTimeHours
Availability
Flash Lite 1.1.
Description
Returns the hour of the current time of day, based on a 24-hour clock. It is a numeric value
(without a leading 0).
Command
"GetTimeHours"
Example
The following example sets the
or to -1:
hour = fscommand2("GetTimeHours");
trace (hour);
See also
,
GetTimeMinutes
GetTimeSeconds
GetTimeMinutes
Availability
Flash Lite 1.1.
Description
Returns the minute of the current time of day. It is a numeric value (without a leading 0).
Command
"GetTimeMinutes"
Parameters
None.
variable to the hour portion of the current time of day,
hour
// output: 14
,
GetTimeZoneOffset
Parameters
None.
Value returned
-1: Not supported.
0 to 23: The current hour.
Value returned
-1: Not supported.
0 to 59: The current minute.
fscommand2()
147

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Table of Contents