Implement this interface to create a new strategy for DateTime.Humanize and hook it in the Configurator.DateTimeHumanizeStrategy
public interface IDateTimeHumanizeStrategyDerived
↳ DefaultDateTimeHumanizeStrategy
↳ PrecisionDateTimeHumanizeStrategy
Calculates the distance of time in words between two provided dates used for DateTime.Humanize
string Humanize(System.DateTime input, System.DateTime comparisonBase, System.Globalization.CultureInfo? culture);input System.DateTime
comparisonBase System.DateTime
culture System.Globalization.CultureInfo