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