Module icu_datetime::provider::date_time
source ยท Expand description
Traits for managing data needed by TypedDateTimeFormatter
.
Structsยง
- ๐ง This code is considered unstable; it may change at any time, in breaking or non-breaking ways, including in SemVer minor releases. While the serde representation of data structs is guaranteed to be stable, their Rust representation might not be. Use with caution.
Enumsยง
- GetSymbol
ForEra ๐Error - Internal enum to represent the kinds of month symbols for interpolation
Traitsยง
- Date
Symbols ๐ - Time
Symbols ๐
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.