ICU4X
International Components for Unicode
|
#include <IsoDateTime.d.hpp>
Static Public Member Functions | |
static diplomat::result< icu4x::IsoDateTime, icu4x::Rfc9557ParseError > | from_string (std::string_view v) |
Public Attributes | |
std::unique_ptr< icu4x::IsoDate > | date |
std::unique_ptr< icu4x::Time > | time |
An ICU4X DateTime object capable of containing a ISO-8601 date and time.
See the Rust documentation for DateTime
for more information.
|
inlinestatic |
Creates a new IsoDateTime
from an IXDTF string.
See the Rust documentation for try_from_str
for more information.
std::unique_ptr<icu4x::IsoDate> icu4x::IsoDateTime::date |
std::unique_ptr<icu4x::Time> icu4x::IsoDateTime::time |