static Days |
Days.days(int days) |
Obtains an instance of Days that may be cached.
|
static Days |
Days.daysBetween(ReadableInstant start,
ReadableInstant end) |
Creates a Days representing the number of whole days
between the two specified datetimes.
|
static Days |
Days.daysBetween(ReadablePartial start,
ReadablePartial end) |
Creates a Days representing the number of whole days
between the two specified partial datetimes.
|
static Days |
Days.daysIn(ReadableInterval interval) |
Creates a Days representing the number of whole days
in the specified interval.
|
Days |
Days.dividedBy(int divisor) |
Returns a new instance with the days divided by the specified divisor.
|
Days |
Days.minus(int days) |
Returns a new instance with the specified number of days taken away.
|
Days |
Days.minus(Days days) |
Returns a new instance with the specified number of days taken away.
|
Days |
Days.multipliedBy(int scalar) |
Returns a new instance with the days multiplied by the specified scalar.
|
Days |
Days.negated() |
Returns a new instance with the days value negated.
|
static Days |
Days.parseDays(String periodStr) |
Creates a new Days by parsing a string in the ISO8601 format 'PnD'.
|
Days |
Days.plus(int days) |
Returns a new instance with the specified number of days added.
|
Days |
Days.plus(Days days) |
Returns a new instance with the specified number of days added.
|
static Days |
Days.standardDaysIn(ReadablePeriod period) |
Creates a new Days representing the number of complete
standard length days in the specified period.
|
Days |
Duration.toStandardDays() |
Converts this duration to a period in days assuming that there are the
standard number of milliseconds in a day.
|
Days |
Hours.toStandardDays() |
Converts this period in hours to a period in days assuming a
24 hour day.
|
Days |
Minutes.toStandardDays() |
Converts this period in minutes to a period in days assuming a
24 hour day and 60 minute hour.
|
Days |
Period.toStandardDays() |
Converts this period to a period in days assuming a
7 day week, 24 hour day, 60 minute hour and 60 second minute.
|
Days |
Seconds.toStandardDays() |
Converts this period in seconds to a period in days assuming a
24 hour day, 60 minute hour and 60 second minute.
|
Days |
Weeks.toStandardDays() |
Converts this period in weeks to a period in days assuming a
7 day week.
|