Uses of Class org.joda.time.Instant

Uses in package org.joda.time

Methods with return type org.joda.time.Instant

Instant
Instant.minus(long duration)
Gets a copy of this instant with the specified duration taken away.
Instant
Gets a copy of this instant with the specified duration taken away.
Instant
Instant.plus(long duration)
Gets a copy of this instant with the specified duration added.
Instant
Gets a copy of this instant with the specified duration added.
Instant
Get this object as an Instant by returning this.
Instant
Get the value as a simple immutable Instant object.
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.withMillis(long newMillis)
Gets a copy of this instant with different millis.

Uses in package org.joda.time.chrono

Methods with return type org.joda.time.Instant

Instant
Gets the cutover instant between Gregorian and Julian chronologies.

Uses in package org.joda.time.base

Methods with return type org.joda.time.Instant

Instant
Get this object as an Instant.

Copyright (c) 2001-2006 - Joda.org