class in Unity.SmartStrings.Extensions
/
Inherits from:Unity.SmartStrings.Core.Extensions.FormatterBase
A formatter that outputs TimeSpan values as human-readable text.
| Property | Description |
|---|---|
| DefaultFormatOptions | The options that control how time values are formatted. |
| FallbackLanguage | The fallback language used when no supported language is found. Default is "en". If no fallback language shall be used, set it to String.Empty. |
| Constructor | Description |
|---|---|
| TimeFormatter | Initializes the extension with a default Unity.SmartStrings.Extensions.Time.Utilities.TimeTextInfo. |
| Property | Description |
|---|---|
| DefaultName | Default name to use when FormatterBase.Name is null. |