TimeFormatter class final
See the Rust documentation for NoCalendarFormatter
for more information.
- Implemented types
Constructors
- TimeFormatter.new(Locale locale, {DateTimeLength? length, TimePrecision? timePrecision, DateTimeAlignment? alignment})
-
See the Rust documentation for
try_new
for more information.factory - TimeFormatter.withProvider(DataProvider provider, Locale locale, {DateTimeLength? length, TimePrecision? timePrecision, DateTimeAlignment? alignment})
-
See the Rust documentation for
try_new
for more information.factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
format(
Time time) → String -
See the Rust documentation for
format
for more information. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited