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

Parameters

Value returned

"GetTimeMinutes"

None.

-1: Not supported.

0 to 59: The current minute.

Example

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

See also

GetTimeHours, GetTimeSeconds, GetTimeZoneOffset