GetTimeZoneOffset
Availability
Flash Lite 1.1.
Description
Sets a parameter to the number of minutes between the local time zone and universal
time (UTC).
Command
"GetTimeZoneOffset"
Example
The following example either assigns the minutes of offset from UTC to the
variable and sets
status
status = fscommand2("GetTimeZoneOffset", "timezoneoffset");
trace (timezoneoffset);// output: 300
See also
,
GetTimeHours
GetTimeMinutes
GetTotalPlayerMemory
Availability
Flash Lite 1.1.
Description
Returns the total amount of heap memory, in kilobytes, allocated to Flash Lite.
Command
"GetTotalPlayerMemory"
Parameters
Number of minutes between
timezoneOffset
the local time zone and UTC. It can be either the
name of a variable or a string value that
contains the name of a variable.
A positive or a negative numeric value is
returned, such as the following:
540: Japan standard time
-420: Pacific daylight saving time
to 0 or else sets
status
,
GetTimeSeconds
Parameters
Value returned
None.
-1: Not supported.
0 or positive value: Total kilobytes of
heap memory.
to -1:
Value returned
-1: Not supported.
0: Supported.
timezoneoffset
fscommand2()
149
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?