Package | Description |
---|---|
org.joda.time.tz |
Implementation package supporting the time zones.
|
Modifier and Type | Method and Description |
---|---|
DateTimeZoneBuilder |
DateTimeZoneBuilder.addCutover(int year,
char mode,
int monthOfYear,
int dayOfMonth,
int dayOfWeek,
boolean advanceDayOfWeek,
int millisOfDay)
Adds a cutover for added rules.
|
DateTimeZoneBuilder |
DateTimeZoneBuilder.addRecurringSavings(String nameKey,
int saveMillis,
int fromYear,
int toYear,
char mode,
int monthOfYear,
int dayOfMonth,
int dayOfWeek,
boolean advanceDayOfWeek,
int millisOfDay)
Add a recurring daylight saving time rule.
|
DateTimeZoneBuilder |
DateTimeZoneBuilder.setFixedSavings(String nameKey,
int saveMillis)
Set a fixed savings rule at the cutover.
|
DateTimeZoneBuilder |
DateTimeZoneBuilder.setStandardOffset(int standardOffset)
Sets the standard offset to use for newly added rules until the next
cutover is added.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.