3 second(s) and 322 microsecond(s)

Returns a textual representation for the duration specified thanks to its start and stop times. .

This is not a totally obvious function, since overflow must not occur, and microseconds are not required to be in the [0;100000[ range.

Parameters:
startingSecond the second corresponding to the starting moment.
startingMicrosecond the microsecond corresponding to the starting moment.
stoppingSecond the second corresponding to the stopping moment.
stoppingMicrosecond the microsecond corresponding to the stopping moment.
Returns:
the textual description of the corresponing duration.
Exceptions:
SystemException if the duration is strictly negative.
second(s) and 322 microsecond(s)

Generated on Thu Jun 4 20:39:15 2009 for Ceylan by  doxygen 1.5.8