absl::TimeZone::NextTransition

Finds the next offset change in this time zone at or after a given time.

Synopsis

Declared in <absl/time/time.h>

bool
NextTransition(
    Time t,
    CivilTransition* trans) const;

Return Value

true if a transition was found, false otherwise.

Parameters

NameDescription
tThe time to search forward from.
transOutput parameter receiving the transition found.