|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Instant | |
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. |
org.joda.time.chrono | Package containing the chronology classes which define the calendar systems. |
Uses of Instant in org.joda.time |
Methods in org.joda.time that return Instant | |
Instant |
ReadableInstant.toInstant()
Get the value as a simple immutable Instant object. |
Instant |
Instant.toInstant()
Get this object as an Instant by returning this . |
Instant |
Instant.withMillis(long newMillis)
Gets a copy of this instant with different millis. |
Instant |
Instant.withDurationAdded(long durationToAdd,
int scalar)
Gets a copy of this instant with the specified duration added. |
Instant |
Instant.withDurationAdded(ReadableDuration durationToAdd,
int scalar)
Gets a copy of this instant with the specified duration added. |
Instant |
Instant.plus(long duration)
Gets a copy of this instant with the specified duration added. |
Instant |
Instant.plus(ReadableDuration duration)
Gets a copy of this instant with the specified duration added. |
Instant |
Instant.minus(long duration)
Gets a copy of this instant with the specified duration taken away. |
Instant |
Instant.minus(ReadableDuration duration)
Gets a copy of this instant with the specified duration taken away. |
Uses of Instant in org.joda.time.base |
Methods in org.joda.time.base that return Instant | |
Instant |
AbstractInstant.toInstant()
Get this object as an Instant. |
Uses of Instant in org.joda.time.chrono |
Methods in org.joda.time.chrono that return Instant | |
Instant |
GJChronology.getGregorianCutover()
Gets the cutover instant between Gregorian and Julian chronologies. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |