template <>

class WireTableBuilder

Defined at line 1457 of file fidling/gen/sdk/fidl/fuchsia.intl/fuchsia.intl/cpp/fidl/fuchsia.intl/cpp/wire_types.h

Public Methods

template <typename First = ::fuchsia_intl::wire::TimeZoneId, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_intl::wire::TimeZoneId>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_intl::wire::TimeZoneInfo> & id (First && first, Args &&... args_)

The time zone's IANA ID.

Defined at line 1469 of file fidling/gen/sdk/fidl/fuchsia.intl/fuchsia.intl/cpp/fidl/fuchsia.intl/cpp/wire_types.h

template <typename First = int64_t, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<int64_t>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_intl::wire::TimeZoneInfo> & total_offset_at_time (First && first, Args &&... args_)

The total offset (including Daylight Savings, if the time zone is in Daylight Savings Time)

from UTC at the queried time (`at_time`). If the time zone is ahead of UTC, this will be a

positive value; if behind UTC, a negative value.

Defined at line 1483 of file fidling/gen/sdk/fidl/fuchsia.intl/fuchsia.intl/cpp/fidl/fuchsia.intl/cpp/wire_types.h

Friends

template <>
class TimeZoneInfo