Difference between revisions of "NXSL:SecondsToUptime"

From NetXMS Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ Format system uptime in seconds as string in format "n days, hh:mm". == Syntax == SecondsToUptime(''seconds'') == Parameters == {| class="wikitable" |- | ''seconds...")
(No difference)

Revision as of 13:57, 27 July 2012

Format system uptime in seconds as string in format "n days, hh:mm".

Syntax

SecondsToUptime(seconds)

Parameters

seconds Number of seconds.

Return Value

System uptime in format "n days, hh:mm".

Examples

SecondsToUptime(600)     -> "0 days, 00:10"