template <>
class WireWeakSyncClientImpl
Defined at line 1379 of file fidling/gen/sdk/fidl/fuchsia.intl/fuchsia.intl/cpp/fidl/fuchsia.intl/cpp/wire_messaging.h
Public Methods
::fidl::WireResult< ::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.
Request is heap-allocated. Response is heap-allocated.
::fidl::WireResult< ::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.
Allocates 40 bytes of response buffer on the stack. Request is heap-allocated.
::fidl::WireResult< ::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.
Request is heap-allocated. Response is heap-allocated.