nanoSeconds()
  
  The function returns the nanoseconds of a time.
Synopsis
int time.nanoSeconds();
Description
The function returns the nanoseconds of a time.
Return Value
The nanoseconds.
Example
main()
{
  time t = getCurrentTime();
  DebugN("The nanoseconds of the time:", t.nanoSeconds());
}
    Assignment
Time function
Availability
UI,CTRL
