Package org.joda.time.convert

Implementation package providing conversion between date and time objects.

See:
          Description

Interface Summary
Converter Basic converter interface for specifying what object type can be converted.
DurationConverter DurationConverter defines how an object is converted to a millisecond duration.
InstantConverter InstantConverter defines how an object is converted to milliseconds/chronology.
IntervalConverter IntervalConverter defines how an object is converted to an interval.
PartialConverter PartialConverter defines how an object is converted to a ReadablePartial.
PeriodConverter PeriodConverter defines how an object is converted to a time period.
 

Class Summary
AbstractConverter AbstractConverter simplifies the process of implementing a converter.
ConverterManager ConverterManager controls the date and time converters.
 

Package org.joda.time.convert Description

Implementation package providing conversion between date and time objects.

Provides support for converting objects into instants and durations. Converters are used internally by many of the standard classes, like DateTime. Most applications have no need to use these classes directly.



Copyright © 2002–2015 Joda.org. All rights reserved.