You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

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: Function overviewAttribute overviewConstants overviewDimensions overview

  • No labels