template <>

class WireWeakAsyncBufferClientImpl

Defined at line 1357 of file fidling/gen/sdk/fidl/fuchsia.intl/fuchsia.intl/cpp/fidl/fuchsia.intl/cpp/wire_messaging.h

Public Methods

::fidl::internal::WireBufferThenable< ::fuchsia_intl::TimeZones::AbsoluteToCivilTime> AbsoluteToCivilTime (const ::fuchsia_intl::wire::TimeZoneId & time_zone_id, int64_t absolute_time)

Converts the given absolute time to a civil date and time in the given time zone, using the

Gregorian calendar.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_intl::TimeZones::CivilToAbsoluteTime> CivilToAbsoluteTime (::fuchsia_intl::wire::CivilTime civil_time, ::fuchsia_intl::wire::CivilToAbsoluteTimeOptions options)

Converts the given civil date and time in the given time zone to nanoseconds since the Unix

epoch.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_intl::TimeZones::GetTimeZoneInfo> GetTimeZoneInfo (const ::fuchsia_intl::wire::TimeZoneId & time_zone_id, int64_t at_time)

Retrieves details about a time zone at a specified one.

Caller provides the backing storage for FIDL message.