DateFormatter class final
See the Rust documentation for DateTimeFormatter
for more information.
- Implemented types
Constructors
- DateFormatter.d(Locale locale, {DateTimeLength? length, DateTimeAlignment? alignment})
-
See the Rust documentation for
try_new
for more information.factory - DateFormatter.de(Locale locale, {DateTimeLength? length, DateTimeAlignment? alignment})
-
See the Rust documentation for
try_new
for more information.factory - DateFormatter.deWithProvider(DataProvider provider, Locale locale, {DateTimeLength? length, DateTimeAlignment? alignment})
-
See the Rust documentation for
try_new
for more information.factory - DateFormatter.dWithProvider(DataProvider provider, Locale locale, {DateTimeLength? length, DateTimeAlignment? alignment})
-
See the Rust documentation for
try_new
for more information.factory - DateFormatter.e(Locale locale, [DateTimeLength? length])
-
See the Rust documentation for
try_new
for more information.factory - DateFormatter.eWithProvider(DataProvider provider, Locale locale, [DateTimeLength? length])
-
See the Rust documentation for
try_new
for more information.factory - DateFormatter.m(Locale locale, {DateTimeLength? length, DateTimeAlignment? alignment})
-
See the Rust documentation for
try_new
for more information.factory - DateFormatter.md(Locale locale, {DateTimeLength? length, DateTimeAlignment? alignment})
-
See the Rust documentation for
try_new
for more information.factory - DateFormatter.mde(Locale locale, {DateTimeLength? length, DateTimeAlignment? alignment})
-
See the Rust documentation for
try_new
for more information.factory - DateFormatter.mdeWithProvider(DataProvider provider, Locale locale, {DateTimeLength? length, DateTimeAlignment? alignment})
-
See the Rust documentation for
try_new
for more information.factory - DateFormatter.mdWithProvider(DataProvider provider, Locale locale, {DateTimeLength? length, DateTimeAlignment? alignment})
-
See the Rust documentation for
try_new
for more information.factory - DateFormatter.mWithProvider(DataProvider provider, Locale locale, {DateTimeLength? length, DateTimeAlignment? alignment})
-
See the Rust documentation for
try_new
for more information.factory - DateFormatter.y(Locale locale, {DateTimeLength? length, DateTimeAlignment? alignment, YearStyle? yearStyle})
-
See the Rust documentation for
try_new
for more information.factory - DateFormatter.ym(Locale locale, {DateTimeLength? length, DateTimeAlignment? alignment, YearStyle? yearStyle})
-
See the Rust documentation for
try_new
for more information.factory - DateFormatter.ymd(Locale locale, {DateTimeLength? length, DateTimeAlignment? alignment, YearStyle? yearStyle})
-
See the Rust documentation for
try_new
for more information.factory - DateFormatter.ymde(Locale locale, {DateTimeLength? length, DateTimeAlignment? alignment, YearStyle? yearStyle})
-
See the Rust documentation for
try_new
for more information.factory - DateFormatter.ymdeWithProvider(DataProvider provider, Locale locale, {DateTimeLength? length, DateTimeAlignment? alignment, YearStyle? yearStyle})
-
See the Rust documentation for
try_new
for more information.factory - DateFormatter.ymdWithProvider(DataProvider provider, Locale locale, {DateTimeLength? length, DateTimeAlignment? alignment, YearStyle? yearStyle})
-
See the Rust documentation for
try_new
for more information.factory - DateFormatter.ymWithProvider(DataProvider provider, Locale locale, {DateTimeLength? length, DateTimeAlignment? alignment, YearStyle? yearStyle})
-
See the Rust documentation for
try_new
for more information.factory - DateFormatter.yWithProvider(DataProvider provider, Locale locale, {DateTimeLength? length, DateTimeAlignment? alignment, YearStyle? yearStyle})
-
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
-
formatIso(
IsoDate isoDate) → String -
See the Rust documentation for
format
for more information. -
formatSameCalendar(
Date date) → String -
See the Rust documentation for
format_same_calendar
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