Displays the elapsed time friendly seconds, hours, minutes
public static string FriendlyElapsedTimeString(TimeSpan elapsed)
Return Value
string in format of just now or 1m ago, 2h ago
Parameters
elapsed
Timespan of elapsed time
Overloads:
See also:
Class TimeUtils© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic