StaticfullCreates a new [ZonedDateTime] from an IXDTF string.
See the Rust documentation for try_full_from_str for more information.
StaticlenientCreates a new [ZonedDateTime] from an IXDTF string, without requiring the offset or calculating the zone variant.
See the Rust documentation for try_lenient_from_str for more information.
StaticlocationCreates a new [ZonedDateTime] from a location-only IXDTF string.
See the Rust documentation for try_location_only_from_str for more information.
StaticoffsetCreates a new [ZonedDateTime] from an offset-only IXDTF string.
See the Rust documentation for try_offset_only_from_str for more information.
An ICU4X DateTime object capable of containing a date, time, and zone for any calendar.
See the Rust documentation for
ZonedDateTimefor more information.