ICU4X
International Components for Unicode
Loading...
Searching...
No Matches
icu4x::DateFields Struct Reference

#include <DateFields.d.hpp>

Public Attributes

std::optional< std::string_view > era
 
std::optional< int32_t > era_year
 
std::optional< int32_t > extended_year
 
std::optional< std::string_view > month_code
 
std::optional< uint8_t > ordinal_month
 
std::optional< uint8_t > day
 

Detailed Description

🚧 This API is experimental and may experience breaking changes outside major releases.

See the Rust documentation for DateFields for more information.

Member Data Documentation

◆ day

std::optional<uint8_t> icu4x::DateFields::day

◆ era

std::optional<std::string_view> icu4x::DateFields::era

◆ era_year

std::optional<int32_t> icu4x::DateFields::era_year

◆ extended_year

std::optional<int32_t> icu4x::DateFields::extended_year

◆ month_code

std::optional<std::string_view> icu4x::DateFields::month_code

◆ ordinal_month

std::optional<uint8_t> icu4x::DateFields::ordinal_month

The documentation for this struct was generated from the following files: