CustomBar: Plugin Reference

SystemInfo.UpTime

Returns the amount of time that has passed since the operating system started.

SystemInfo.UpTime( string Format )

Parameters

Format

Time string. Can consist of any character, plus the following special values:

%d - days (remainder)
%h - hours (remainder)
%m - minutes (remainder)
%s - seconds (remainder)
%D - days (absolute)
%H - hours (absolute)
%M - minutes (absolute)
%S - seconds (absolute)

Examples of valid format strings: "%h:%m:%s", "System up for %D day(s)"

Return Value (string)

Formatted up time.