Assigns a copy of another time zone.

Synopsis

Declared in <absl/time/time.h>

constexpr
TimeZone&
operator=(TimeZone const& other) = default;

Return Value

A reference to this time zone.

Parameters

Name

Description

other

The time zone to copy.

Created with MrDocs