|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Duration | |
---|---|
org.joda.time | Provides support for dates, times, time zones, durations, intervals, and partials. |
org.joda.time.base | Implementation package providing abstract and base time classes. |
Uses of Duration in org.joda.time |
---|
Fields in org.joda.time declared as Duration | |
---|---|
static Duration |
Duration.ZERO
Constant representing zero millisecond duration |
Methods in org.joda.time that return Duration | |
---|---|
static Duration |
Duration.millis(long millis)
Create a duration with the specified number of milliseconds. |
Duration |
Duration.minus(long amount)
Returns a new duration with this length minus that specified. |
Duration |
Duration.minus(ReadableDuration amount)
Returns a new duration with this length minus that specified. |
static Duration |
Duration.parse(String str)
Parses a Duration from the specified string. |
Duration |
Duration.plus(long amount)
Returns a new duration with this length plus that specified. |
Duration |
Duration.plus(ReadableDuration amount)
Returns a new duration with this length plus that specified. |
static Duration |
Duration.standardDays(long days)
Create a duration with the specified number of days assuming that there are the standard number of milliseconds in a day. |
static Duration |
Duration.standardHours(long hours)
Create a duration with the specified number of hours assuming that there are the standard number of milliseconds in an hour. |
static Duration |
Duration.standardMinutes(long minutes)
Create a duration with the specified number of minutes assuming that there are the standard number of milliseconds in a minute. |
static Duration |
Duration.standardSeconds(long seconds)
Create a duration with the specified number of seconds assuming that there are the standard number of milliseconds in a second. |
Duration |
ReadableInterval.toDuration()
Gets the millisecond duration of this time interval. |
Duration |
ReadableDuration.toDuration()
Get this duration as an immutable Duration object. |
Duration |
Duration.toDuration()
Get this duration as an immutable Duration object
by returning this . |
Duration |
Weeks.toStandardDuration()
Converts this period in weeks to a duration in milliweeks assuming a 7 day week, 24 hour day, 60 minute hour and 60 second minute. |
Duration |
Seconds.toStandardDuration()
Converts this period in seconds to a duration in milliseconds assuming a 24 hour day, 60 minute hour and 60 second minute. |
Duration |
Period.toStandardDuration()
Converts this period to a duration assuming a 7 day week, 24 hour day, 60 minute hour and 60 second minute. |
Duration |
Minutes.toStandardDuration()
Converts this period in minutes to a duration in milliseconds assuming a 60 second minute. |
Duration |
Hours.toStandardDuration()
Converts this period in hours to a duration in milliseconds assuming a 60 minute hour and 60 second minute. |
Duration |
Days.toStandardDuration()
Converts this period in days to a duration in milliseconds assuming a 24 hour day, 60 minute hour and 60 second minute. |
Duration |
Duration.withDurationAdded(long durationToAdd,
int scalar)
Returns a new duration with this length plus that specified multiplied by the scalar. |
Duration |
Duration.withDurationAdded(ReadableDuration durationToAdd,
int scalar)
Returns a new duration with this length plus that specified multiplied by the scalar. |
Duration |
Duration.withMillis(long duration)
Creates a new Duration instance with a different milisecond length. |
Uses of Duration in org.joda.time.base |
---|
Methods in org.joda.time.base that return Duration | |
---|---|
Duration |
AbstractInterval.toDuration()
Gets the duration of this time interval. |
Duration |
AbstractDuration.toDuration()
Get this duration as an immutable Duration object. |
Duration |
BasePeriod.toDurationFrom(ReadableInstant startInstant)
Gets the total millisecond duration of this period relative to a start instant. |
Duration |
BasePeriod.toDurationTo(ReadableInstant endInstant)
Gets the total millisecond duration of this period relative to an end instant. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |