minute()

The method returns the minute of a time.

Synopsis

int time.minute();

Description

The method returns the minute(s) of a time (0-59).

Return Value

The minute of a time.

Example

main()
{
  time t = getCurrentTime();
  DebugN("The minute of the time:", t.minute());
}

Assignment

Time function

Availability

UI,CTRL