Module icu_datetime::provider::date_time
source ยท Expand description
Traits for managing data needed by TypedDateTimeFormatter
.
Structsยง
Enumsยง
- GetSymbolForEraError ๐
- Internal enum to represent the kinds of month symbols for interpolation
Traitsยง
- DateSymbols ๐
- TimeSymbols ๐
Functionsยง
- Determine the appropriate
Pattern
for a givenoptions::length::Date
bag. - Determine the appropriate
Pattern
for a givenoptions::length::Date
bag. - Determine the appropriate
Pattern
for a givenoptions::length::Time
bag. If a preference for an hour cycle is set, it will look look up a pattern in thetime_h11_12
ortime_h23_h24
provider data, and then manually modify the symbol in the pattern if needed.