Package org.joda.time.tz
Class ZoneInfoCompiler.Rule
java.lang.Object
org.joda.time.tz.ZoneInfoCompiler.Rule
- Enclosing class:
ZoneInfoCompiler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRecurring(DateTimeZoneBuilder builder, int standardMillis, int negativeSave, String nameFormat) Adds a recurring savings rule to the builder.(package private) static StringformatName(String nameFormat, int standardMillis, int saveMillis, String letterS) private static StringformatOffset(int millis) toString()private static StringtwoDigitString(int value)
-
Field Details
-
iName
-
iFromYear
public final int iFromYear -
iToYear
public final int iToYear -
iType
-
iDateTimeOfYear
-
iSaveMillis
public final int iSaveMillis -
iLetterS
-
-
Constructor Details
-
Rule
Rule(StringTokenizer st) -
Rule
Rule(ZoneInfoCompiler.Rule after)
-
-
Method Details
-
addRecurring
public void addRecurring(DateTimeZoneBuilder builder, int standardMillis, int negativeSave, String nameFormat) Adds a recurring savings rule to the builder.- Parameters:
builder- the builderstandardMillis- the standard millis, pre-adjusted to the negativeSave valuenegativeSave- the negative save valuenameFormat- the name format
-
formatName
-
formatOffset
-
twoDigitString
-
toString
-