Flash Lite 1.x ActionScript Language Reference |
|
|
|
| Flash Lite Specific Language Elements > fscommand2() > GetTimeMinutes | |||
Flash Lite 1.1.
Returns the minute of the current time of day. It is a numeric value (without a leading 0).
|
Command |
Parameters |
Value returned |
|---|---|---|
|
|
None. |
-1: Not supported. 0 to 59: The current minute. |
The following example sets the minutes variable to the minute portion of the current time of day, or to -1:
minutes = fscommand2("GetTimeMinutes");
trace (minutes); // output: 38
GetTimeHours, GetTimeSeconds, GetTimeZoneOffset
|
|
|
|