|
ICU4X
International Components for Unicode
|
#include <ZonedDateTime.d.hpp>
Public Attributes | |
| std::unique_ptr< icu4x::Date > | date |
| std::unique_ptr< icu4x::Time > | time |
| std::unique_ptr< icu4x::TimeZoneInfo > | zone |
An ICU4X DateTime object capable of containing a date, time, and zone for any calendar.
See the Rust documentation for ZonedDateTime for more information.
|
inlinestatic |
Creates a new ZonedDateTime from an IXDTF string.
See the Rust documentation for try_full_from_str for more information.
|
inlinestatic |
Creates a new ZonedDateTime from an IXDTF string, without requiring the offset.
See the Rust documentation for try_lenient_from_str for more information.
|
inlinestatic |
Creates a new ZonedDateTime from a location-only IXDTF string.
See the Rust documentation for try_location_only_from_str for more information.
|
inlinestatic |
Creates a new ZonedDateTime from an offset-only IXDTF string.
See the Rust documentation for try_offset_only_from_str for more information.
|
inlinestatic |
Creates a new ZonedIsoDateTime from an IXDTF string.
See the Rust documentation for try_strict_from_str for more information.
| std::unique_ptr<icu4x::Date> icu4x::ZonedDateTime::date |
| std::unique_ptr<icu4x::Time> icu4x::ZonedDateTime::time |
| std::unique_ptr<icu4x::TimeZoneInfo> icu4x::ZonedDateTime::zone |