Transform a time unit into a symbol; e.g. Year => "a"
public static class TimeUnitToSymbolExtensionsInheritance System.Object → TimeUnitToSymbolExtensions
TimeUnit.Day.ToSymbol() -> "d"
public static string ToSymbol(this Humanizer.TimeUnit unit, System.Globalization.CultureInfo? culture=null);unit TimeUnit
Unit of time to be turned to a symbol
culture System.Globalization.CultureInfo
Culture to use. If null, current thread's culture is used.