[#BloombergLP-bslmt-ChronoUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::ChronoUtil :relfileprefix: ../../ :mrdocs: This `struct` provides a namespace for utility functions that operate on `bsl::chrono` facilities. == Synopsis Declared in `<bslmt_chronoutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct ChronoUtil; ---- == Member Functions [cols="1"] |=== | Name | xref:BloombergLP/bslmt/ChronoUtil/isMatchingClock-04.adoc[`isMatchingClock`] |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmt/ChronoUtil/durationToTimeInterval.adoc[`durationToTimeInterval`] | Return a `bsls::TimeInterval` having the value represented by the specified `duration`. Unlike the implicit conversion defined from duration defined in `bsls::TimeInterval`, this conversion handles floating‐point‐based durations as well as integral ones. | xref:BloombergLP/bslmt/ChronoUtil/isMatchingClock-01.adoc[`isMatchingClock`] | Return `true` if the specified (template parameter) type `CLOCK` matches the specified `clockType`, and `false` otherwise. | xref:BloombergLP/bslmt/ChronoUtil/timedWait-0b.adoc[`timedWait`] | `timedWait` overloads |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#