formatDurationShort

Formats a string with the number of years, days, hours, minutes & seconds specified. The string is formatted with short names for the time periods (e.g. 's' instead of 'seconds').

mstring
formatDurationShort
(
ulong s
,
ref mstring output
)

Parameters

s ulong

number of seconds elapsed

output mstring

destination string buffer

Return Value

Type: mstring

formatted string

Meta