Package | Description |
---|---|
biweekly.util |
Modifier and Type | Method and Description |
---|---|
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-2015 Michael Angstadt. All Rights Reserved.