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').

formatDurationShort
(
ulong s
,)

Parameters

s ulong

number of seconds elapsed

output mstring

destination string buffer

Return Value

Type: mstring

formatted string

Meta