ZoneOffsetTransitionRule getTimeDefinition() method in Java with Example
The getTimeDefinition() method of java.time.zone.ZoneOffsetTransitionRule class is used to get the enum value of ZoneOffsetTransitionRule.TimeDefinition object with respect to which the transition took place. Syntax: public ZoneOffsetTransitionRule.TimeDefinition getTimeDefinition() Parameter: this