Package org.joda.time.convert
Implementation package providing conversion between date and time objects.
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. |
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 (c) 2001-2006 - Joda.org