" from now" : " ago";
TimeSpan timeSpan = new TimeSpan(Math.Abs(DateTime.Now.Subtract(value).Ticks...));
if (timeSpan.Days > 0)
{
sb.AppendFormat("{0} {1}", timeSpan.Days,
(timeSpan.Days...", " : string.Empty,
timeSpan.Hours, (timeSpan.Hours > 1) ?...", " : string.Empty,
timeSpan.Minutes, (timeSpan.Minutes > 1) ?...", " : string.Empty,
timeSpan.Seconds, (timeSpan.Seconds > 1) ?