Joda Time API

Uses of Class
org.joda.time.Instant

Packages that use Instant
org.joda.time DateTime object creation and manipulation. 
org.joda.time.chrono.gj Gregorian/Julian Chronology. 
 

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 AbstractInstant.toInstant()
          Get this object as an Instant.
 

Uses of Instant in org.joda.time.chrono.gj
 

Methods in org.joda.time.chrono.gj that return Instant
 Instant GJChronology.getGregorianJulianCutover()
          Gets the cutover instant between Gregorian and Julian chronologies.
 


Joda Time API

Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.