getCurrentTime()

Returns the current time.

Synopsis

time getCurrentTime();

Parameters

Parameters Description
none -

Return value

Current time

Description

Outputs the current system time.

main()
{
  DebugTN("The current time is " + (string)getCurrentTime());
}       

Assignment

Time function

Availability

CTRL