ICU4X
International Components for Unicode
|
#include <DateTimeWriteError.d.hpp>
Public Types | |
enum | Value { Unknown = 0 , MissingTimeZoneVariant = 1 } |
Public Member Functions | |
DateTimeWriteError ()=default | |
constexpr | DateTimeWriteError (Value v) |
constexpr | operator Value () const |
operator bool () const =delete | |
An error when formatting a datetime.
Currently the only reachable error here is a missing time zone variant. If you encounter that error, you need to call with_variant
or infer_variant
on your TimeZoneInfo
.
Additional information: 1
|
default |
|
inlineconstexpr |
|
explicitdelete |
|
inlineconstexpr |