ICU4X
International Components for Unicode
Loading...
Searching...
No Matches
ICU4XDateLength.hpp File Reference
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include <algorithm>
#include <memory>
#include <variant>
#include <optional>
#include "diplomat_runtime.hpp"
#include "ICU4XDateLength.h"

Go to the source code of this file.

Enumerations

enum struct  ICU4XDateLength { Full = 0 , Long = 1 , Medium = 2 , Short = 3 }
 

Enumeration Type Documentation

◆ ICU4XDateLength

enum struct ICU4XDateLength
strong

See the Rust documentation for Date for more information.

Enumerator
Full 
Long 
Medium 
Short