TIME returns the time of day of the system clock or the time by the system's Timer

Syntax

TIM(Mode%)

 Arguments

  • Mode% is the option of the TIME function:
    • For Mode%=0, the function returns the time of day, e.g. 130440 meaning a time of day of 13:04:40. 
    • For Mode%=1, the function returns the number of seconds passed since midnight, e.g. at the same moment as above: 47080.04 seconds have passed since midnight at the moment of calling.

 

Quick links: Functions overview | Attribute overview | Constants overview | Dimensions overview

  • No labels