Source code

Revision control

Copy as Markdown

Other Tools

#ifndef ICU4XIsoTimeZoneOptions_HPP
#define ICU4XIsoTimeZoneOptions_HPP
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include <algorithm>
#include <memory>
#include <variant>
#include <optional>
#include "diplomat_runtime.hpp"
#include "ICU4XIsoTimeZoneOptions.h"
#include "ICU4XIsoTimeZoneFormat.hpp"
#include "ICU4XIsoTimeZoneMinuteDisplay.hpp"
#include "ICU4XIsoTimeZoneSecondDisplay.hpp"
struct ICU4XIsoTimeZoneOptions {
public:
ICU4XIsoTimeZoneFormat format;
ICU4XIsoTimeZoneMinuteDisplay minutes;
ICU4XIsoTimeZoneSecondDisplay seconds;
};
#endif