Returns the breakdown of this instant in the given TimeZone.
Declared in <absl/time/time.h>
[[deprecated("Use `absl::TimeZone::At(Time)`.")]]
Breakdown
In(TimeZone tz) const;
Deprecated: Use `absl::TimeZone::At(Time)`.. Use of this entity is allowed but discouraged.
Deprecated. Use absl::TimeZone::At(Time).
The calendar breakdown of this instant in tz.
| Name | Description |
|---|---|
| tz | The time zone to break this instant down in. |