Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TimeFormatter

A formatter that outputs TimeSpan values as human-readable text.
Read time 1 minuteLast updated 7 days ago

Definition

public class TimeFormatter : FormatterBase, IFormatter

Constructors

Constructor

Description

TimeFormatter()Initializes the extension with a default TimeTextInfo.

Properties

Property

Description

DefaultFormatOptionsThe options that control how time values are formatted.
FallbackLanguageThe fallback language used when no supported language is found. Default is "en". If no fallback language shall be used, set it to Empty.

Inheritance