Uses of Class
org.joda.time.tz.DateTimeZoneBuilder
-
Packages that use DateTimeZoneBuilder Package Description org.joda.time.tz Implementation package supporting the time zones. -
-
Uses of DateTimeZoneBuilder in org.joda.time.tz
Methods in org.joda.time.tz that return DateTimeZoneBuilder Modifier and Type Method Description DateTimeZoneBuilderDateTimeZoneBuilder. addCutover(int year, char mode, int monthOfYear, int dayOfMonth, int dayOfWeek, boolean advanceDayOfWeek, int millisOfDay)Adds a cutover for added rules.DateTimeZoneBuilderDateTimeZoneBuilder. addRecurringSavings(java.lang.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.DateTimeZoneBuilderDateTimeZoneBuilder. setFixedSavings(java.lang.String nameKey, int saveMillis)Set a fixed savings rule at the cutover.DateTimeZoneBuilderDateTimeZoneBuilder. setStandardOffset(int standardOffset)Sets the standard offset to use for newly added rules until the next cutover is added.Methods in org.joda.time.tz with parameters of type DateTimeZoneBuilder Modifier and Type Method Description voidZoneInfoCompiler.DateTimeOfYear. addCutover(DateTimeZoneBuilder builder, int year)Adds a cutover to the builder.voidZoneInfoCompiler.DateTimeOfYear. addRecurring(DateTimeZoneBuilder builder, java.lang.String nameKey, int saveMillis, int fromYear, int toYear)Adds a recurring savings rule to the builder.voidZoneInfoCompiler.Rule. addRecurring(DateTimeZoneBuilder builder, java.lang.String nameFormat)Adds a recurring savings rule to the builder.voidZoneInfoCompiler.RuleSet. addRecurring(DateTimeZoneBuilder builder, java.lang.String nameFormat)Adds recurring savings rules to the builder.voidZoneInfoCompiler.Zone. addToBuilder(DateTimeZoneBuilder builder, java.util.Map<java.lang.String,ZoneInfoCompiler.RuleSet> ruleSets)Adds zone info to the builder.private static voidZoneInfoCompiler.Zone. addToBuilder(ZoneInfoCompiler.Zone zone, DateTimeZoneBuilder builder, java.util.Map<java.lang.String,ZoneInfoCompiler.RuleSet> ruleSets)private voidZoneInfoCompiler. writeZone(java.io.File outputDir, DateTimeZoneBuilder builder, DateTimeZone tz)
-