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

Compare with Current View Page History

Version 1 Current »

Syntax
anInteger = currentTimeTicks();
SemanticsReturns the current time of the Bridge in seconds since 1970. The return value is of base type Integer.
Examples
 set currentSeconds = currentTimeTicks();
  • No labels