[#absl-TimeZone-TimeInfo-CivilKind] = xref:absl.adoc[absl]::xref:absl/TimeZone.adoc[TimeZone]::xref:absl/TimeZone/TimeInfo.adoc[TimeInfo]::CivilKind :relfileprefix: ../../../ :mrdocs: Describes how a civil time maps onto the absolute time line. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum CivilKind; ---- == Members [cols="1,4"] |=== | Name| Description | `UNIQUE` | the civil time was singular (pre == trans == post) | `SKIPPED` | the civil time did not exist (pre >= trans > post) | `REPEATED` | the civil time was ambiguous (pre < trans <= post) |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#