[#BloombergLP-bsls-SystemClockType-Enum] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/SystemClockType.adoc[SystemClockType]::Enum :relfileprefix: ../../../ :mrdocs: System clock type enumerators. == Synopsis Declared in `<bsls_systemclocktype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Enum; ---- == Members [cols="1,4"] |=== | Name| Description | `e_REALTIME` | Wall‐clock time that may jump when the system clock is adjusted. | `e_MONOTONIC` | Monotonic clock measuring elapsed time from an unspecified epoch. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#