[#absl-Time-In] = xref:absl.adoc[absl]::xref:absl/Time.adoc[Time]::In :relfileprefix: ../../ :mrdocs: Returns the breakdown of this instant in the given TimeZone. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated("Use `absl::TimeZone::At(Time)`.")]] xref:absl/Time/Breakdown.adoc[Breakdown] In(xref:absl/TimeZone.adoc[TimeZone] tz) const; ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[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 [cols="1,4"] |=== | Name| Description | *tz* | The time zone to break this instant down in. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#