absl::Time::In

Returns the breakdown of this instant in the given TimeZone.

Synopsis

Declared in <absl/time/time.h>

[[deprecated("Use `absl::TimeZone::At(Time)`.")]]
Breakdown
In(TimeZone tz) const;

WARNING

Deprecated: Use `absl::TimeZone::At(Time)`.. Use of this entity is allowed but discouraged.

Description

Deprecated. Use absl::TimeZone::At(Time).

Return Value

The calendar breakdown of this instant in tz.

Parameters

NameDescription
tzThe time zone to break this instant down in.