ZoneRules.previousTransition

Gets the previous transition before the specified instant. !(p) This returns details of the previous transition before the specified instant. For example, if the instant represents a point where "summer" daylight saving time applies, then the method will return the transition from the previous "winter" time.

@param instant the instant to get the previous transition after, not null, but null may be ignored if the rules have a single offset for all instants @return the previous transition before the specified instant, null if this is before the first transition

class ZoneRules
previousTransition

Meta