formatDuration

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

mstring
formatDuration
(
ulong s
,
ref mstring output
)

Parameters

s ulong

number of seconds elapsed

output mstring

destination string buffer

Return Value

Type: mstring

formatted string

Meta