Joda Time API

Uses of Interface
org.joda.time.ReadableTimePeriod

Packages that use ReadableTimePeriod
org.joda.time DateTime object creation and manipulation. 
 

Uses of ReadableTimePeriod in org.joda.time
 

Classes in org.joda.time that implement ReadableTimePeriod
 class TimePeriod
          TimePeriod is the standard implementation of an immutable time period class.
 

Constructors in org.joda.time with parameters of type ReadableTimePeriod
TimePeriod(ReadableInstant start, ReadableTimePeriod dur)
          Creates new TimePeriod.
TimePeriod(ReadableTimePeriod dur, ReadableInstant end)
          Creates new TimePeriod.
 


Joda Time API

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