ICU4X
International Components for Unicode
|
#include <ICU4XCalendar.hpp>
Public Member Functions | |
ICU4XAnyCalendarKind | kind () const |
ICU4XCalendar (capi::ICU4XCalendar *i) | |
ICU4XCalendar ()=default | |
ICU4XCalendar (ICU4XCalendar &&) noexcept=default | |
ICU4XCalendar & | operator= (ICU4XCalendar &&other) noexcept=default |
Static Public Member Functions | |
static diplomat::result< ICU4XCalendar, ICU4XError > | create_for_locale (const ICU4XDataProvider &provider, const ICU4XLocale &locale) |
static diplomat::result< ICU4XCalendar, ICU4XError > | create_for_kind (const ICU4XDataProvider &provider, ICU4XAnyCalendarKind kind) |
See the Rust documentation for AnyCalendar
for more information.
|
inlineexplicit |
|
default |
|
defaultnoexcept |
|
inlinestatic |
Creates a new [ICU4XCalendar
] from the specified date and time.
See the Rust documentation for new
for more information.
|
inlinestatic |
Creates a new [ICU4XCalendar
] from the specified date and time.
See the Rust documentation for new_for_locale
for more information.
|
inline |
Returns the kind of this calendar
See the Rust documentation for kind
for more information.
|
defaultnoexcept |