Finds the previous offset change in this time zone before a given time.
Synopsis
Declared in <absl/time/time.h>
bool
PrevTransition(
Time t,
CivilTransition* trans) const;
Return Value
true if a transition was found, false otherwise.
Parameters
Name |
Description |
t |
The time to search backward from. |
trans |
Output parameter receiving the transition found. |
Created with MrDocs