Module icu_capi::datetime_formatter::ffi
source · Structs§
- An ICU4X DateFormatter object capable of formatting a
Date
as a string, using some calendar specified at runtime in the locale. - An ICU4X DateFormatter object capable of formatting a
DateTime
as a string, using some calendar specified at runtime in the locale. - An ICU4X TypedDateFormatter object capable of formatting a
IsoDateTime
as a string, using the Gregorian Calendar. - An ICU4X FixedCalendarDateTimeFormatter object capable of formatting a
IsoDateTime
as a string, using the Gregorian Calendar. - An ICU4X TimeFormatter object capable of formatting an
Time
type (and others) as a string