Return an iterator providing non‐modifiable access to the transition that holds the local‐time descriptor associated with the specified utcTime. The behavior is undefined unless numTransitions() > 0 and utcTime is at or after the transition returned by firstTransition.
Synopsis
Declared in <baltzo_zoneinfo.h>
TransitionConstIterator
findTransitionForUtcTime(bdlt::Datetime const& utcTime) const;
Created with MrDocs