formatDuration

Formats a string with the number of years, days, hours, minutes & seconds specified.

formatDuration
(
ulong s
,)

Parameters

s ulong

number of seconds elapsed

output mstring

destination string buffer

Return Value

Type: mstring

formatted string

Meta