Package | Description |
---|---|
org.joda.time.tz |
Implementation package supporting the time zones.
|
Modifier and Type | Method and Description |
---|---|
DateTimeZoneBuilder.Transition |
DateTimeZoneBuilder.RuleSet.firstTransition(long firstMillis)
Returns a transition at firstMillis with the first name key and
offsets for this rule set.
|
DateTimeZoneBuilder.Transition |
DateTimeZoneBuilder.RuleSet.nextTransition(long instant,
int saveMillis)
Returns null if RuleSet is exhausted or upper limit reached.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
DateTimeZoneBuilder.addTransition(java.util.ArrayList<DateTimeZoneBuilder.Transition> transitions,
DateTimeZoneBuilder.Transition tr) |
boolean |
DateTimeZoneBuilder.Transition.isTransitionFrom(DateTimeZoneBuilder.Transition other)
There must be a change in the millis, wall offsets or name keys.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
DateTimeZoneBuilder.addTransition(java.util.ArrayList<DateTimeZoneBuilder.Transition> transitions,
DateTimeZoneBuilder.Transition tr) |
(package private) static DateTimeZoneBuilder.PrecalculatedZone |
DateTimeZoneBuilder.PrecalculatedZone.create(java.lang.String id,
boolean outputID,
java.util.ArrayList<DateTimeZoneBuilder.Transition> transitions,
DateTimeZoneBuilder.DSTZone tailZone)
Factory to create instance from builder.
|
Constructor and Description |
---|
Transition(long millis,
DateTimeZoneBuilder.Transition tr) |