|
ICU4X
International Components for Unicode
|
#include <ZonedTime.d.hpp>
Static Public Member Functions | |
| static icu4x::diplomat::result< icu4x::ZonedTime, icu4x::Rfc9557ParseError > | strict_from_string (std::string_view v, const icu4x::IanaParser &iana_parser) |
| static icu4x::diplomat::result< icu4x::ZonedTime, icu4x::Rfc9557ParseError > | location_only_from_string (std::string_view v, const icu4x::IanaParser &iana_parser) |
| static icu4x::diplomat::result< icu4x::ZonedTime, icu4x::Rfc9557ParseError > | offset_only_from_string (std::string_view v) |
| static icu4x::diplomat::result< icu4x::ZonedTime, icu4x::Rfc9557ParseError > | lenient_from_string (std::string_view v, const icu4x::IanaParser &iana_parser) |
Public Attributes | |
| std::unique_ptr< icu4x::Time > | time |
| std::unique_ptr< icu4x::TimeZoneInfo > | zone |
An ICU4X ZonedTime object capable of containing a ISO-8601 time, and zone.
See the Rust documentation for ZonedTime for more information.
|
inlinestatic |
Creates a new ZonedTime from an IXDTF string, without requiring the offset.
See the Rust documentation for try_lenient_from_str for more information.
|
inlinestatic |
Creates a new ZonedTime from a location-only IXDTF string.
See the Rust documentation for try_location_only_from_str for more information.
|
inlinestatic |
Creates a new ZonedTime from an offset-only IXDTF string.
See the Rust documentation for try_offset_only_from_str for more information.
|
inlinestatic |
Creates a new ZonedTime from an IXDTF string.
See the Rust documentation for try_strict_from_str for more information.
| std::unique_ptr<icu4x::Time> icu4x::ZonedTime::time |
| std::unique_ptr<icu4x::TimeZoneInfo> icu4x::ZonedTime::zone |