Expand description
Re-exports§
pub use zone::TimeZone;
pub use zone::TimeZoneInfo;
Modules§
- 🚧 [Unstable] Data provider struct definitions for this ICU4X component.
- Scaffolding traits and types not generally required in client code.
- Types for resolving and manipulating time zones.
Structs§
- A date and time for a given calendar.
- An ISO-8601 hour component, for use with ISO calendars.
- An ISO-8601 minute component, for use with ISO calendars.
- A fractional second component, stored as nanoseconds.
- An ISO-8601 second component, for use with ISO calendars.
- A representation of a time in hours, minutes, seconds, and nanoseconds
- A date and time for a given calendar, local to a specified time zone.
Enums§
- The error type for parsing IXDTF syntax strings in
icu_time
.