Static
fullCreates a new [ZonedDateTime
] from an IXDTF string.
See the Rust documentation for try_full_from_str
for more information.
Static
lenientCreates 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.
Static
locationCreates a new [ZonedDateTime
] from a location-only IXDTF string.
See the Rust documentation for try_location_only_from_str
for more information.
Static
offsetCreates 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
ZonedDateTime
for more information.