Uses of Class
biweekly.util.Duration.Builder

Packages that use Duration.Builder
biweekly.util   
 

Uses of Duration.Builder in biweekly.util
 

Methods in biweekly.util that return Duration.Builder
static Duration.Builder Duration.builder()
          Creates a builder object for constructing new instances of this class.
 Duration.Builder Duration.Builder.days(Integer days)
          Sets the number of days
 Duration.Builder Duration.Builder.hours(Integer hours)
          Sets the number of hours
 Duration.Builder Duration.Builder.minutes(Integer minutes)
          Sets the number of minutes
 Duration.Builder Duration.Builder.prior(boolean prior)
          Sets whether the duration should be negative.
 Duration.Builder Duration.Builder.seconds(Integer seconds)
          Sets the number of seconds.
 Duration.Builder Duration.Builder.weeks(Integer weeks)
          Sets the number of weeks.
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.