Package org.joda.time.tz
Class ZoneInfoCompiler.DateTimeOfYear
java.lang.Object
org.joda.time.tz.ZoneInfoCompiler.DateTimeOfYear
- Enclosing class:
ZoneInfoCompiler
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanfinal intfinal intfinal intfinal intfinal char -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCutover(DateTimeZoneBuilder builder, int year) Adds a cutover to the builder.voidaddRecurring(DateTimeZoneBuilder builder, String nameKey, int saveMillis, int fromYear, int toYear) Adds a recurring savings rule to the builder.toString()
-
Field Details
-
iMonthOfYear
public final int iMonthOfYear -
iDayOfMonth
public final int iDayOfMonth -
iDayOfWeek
public final int iDayOfWeek -
iAdvanceDayOfWeek
public final boolean iAdvanceDayOfWeek -
iMillisOfDay
public final int iMillisOfDay -
iZoneChar
public final char iZoneChar
-
-
Constructor Details
-
DateTimeOfYear
DateTimeOfYear() -
DateTimeOfYear
DateTimeOfYear(StringTokenizer st)
-
-
Method Details
-
addRecurring
public void addRecurring(DateTimeZoneBuilder builder, String nameKey, int saveMillis, int fromYear, int toYear) Adds a recurring savings rule to the builder.- Parameters:
builder- the buildernameKey- the name keysaveMillis- the save in millisfromYear- the from yeartoYear- the to year
-
addCutover
Adds a cutover to the builder.- Parameters:
builder- the builderyear- the year
-
toString
-