Example #1
0
 public TimeSpan TimeDistanceFrom(SpellHistoryItem other)
 {
     return(other.UseTime < UseTime
         ? other.UseTime.Subtract(UseTime)
         : UseTime.Subtract(other.UseTime));
 }