|
'hr:min:sec', which returns the time in hours, minutes, and seconds in the form X hr Y min Z sec.
'h:min:s', which returns the time in hours, minutes, and seconds in the form X h Y min Z s.
'detailed', which returns the time in seconds and also includes more readable units for longer times.
|
||
|
You can use the timeStamp method to record time differences and set the measured time in ms (a long integer).
|
||
|
hr:min:sec Returns the time in hours, minutes, and seconds in the format X h Y min Z sec.
h:min:s Returns the time in hours, minutes, and seconds in the format X h Y min Z s.
detailed Returns the time in seconds and also includes more readable units for longer times. This format is localized and the output is translated to the current language setting.
|