function::msecs_to_string
Name
function::msecs_to_string — Human readable string for given milliseconds
Synopsis
function msecs_to_string:string(msecs:long)
Arguments
msecs
- Number of milliseconds to translate.
Description
Returns a string representing the number of milliseconds as a human readable string consisting of “XmY.ZZZs”, where X is the number of minutes, Y is the number of seconds and ZZZ is the number of milliseconds.