Describes how a civil time maps onto the absolute time line.
Synopsis
Declared in <absl/time/time.h>
enum CivilKind;
Members
Name |
Description |
|
the civil time was singular (pre == trans == post) |
|
the civil time did not exist (pre >= trans > post) |
|
the civil time was ambiguous (pre < trans <= post) |
Created with MrDocs