setMicroSeconds()

The method sets the microseconds.

Synopsis

int time.setMicroSeconds(int micro);

Description

The method sets the microseconds.

Return Value

The function returns -1 in case of a value range error and otherwise 0. The method does not change the date.

Example

main()
{
  time t;
  DebugN("The microseconds of the time:", t.setMicroSeconds(2.68));
}

Assignment

Time function

Availability

UI,CTRL