second()

The method returns the seconds of a time.

Synopsis

int time.second();

Description

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

Return Value

The seconds of a time.

Example

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

Assignment

Time function

Availability

UI,CTRL