TIME_MINUTE

TIME_MINUTE

RETURNS THE CURRENT MINUTE

  • Type: System Variable
  • Parameter: 0
  • Group: System

ACTION

The system variable TIME_MINUTE returns the current minute as number.

SYNTAX: TIME_MINUTE in an expression

USE

  • The system variable TIME_MINUTE is used to know the current minute.

ERROR

  • None.

EXAMPLE

print "current time "+time$

print "current hour "+str$(time_hour)

print "current minute "+str$(time_minute)

print "current second "+str$(time_second)

SEE ALSO

TIME$

TIME_HOUR

TIME_MINUTE

TIME_SECOND