Constructors
constructor
- new TimeFormatter(locale, length, timePrecision, alignment): TimeFormatter
Accessors
ffiValue
- get ffiValue(): number
Returns number
Methods
format
- format(time): string
Returns string
Static
createWithProvider
- createWithProvider(provider, locale, length, timePrecision, alignment): TimeFormatter
See the Rust documentation for
FixedCalendarDateTimeFormatter
for more information.