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:
public static string FriendlyElapsedTimeString(int milliSeconds)
public static string FriendlyElapsedTimeString(double milliSeconds)
See also:
Class TimeUtils© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic