org.joda.time.convert

Interface DurationConverter

All Superinterfaces:
Converter

public interface DurationConverter
extends Converter

DurationConverter defines how an object is converted to a millisecond duration.
Authors:
Stephen Colebourne
Brian S O'Neill
Since:
1.0

Method Summary

long
getDurationMillis(Object object)
Extracts the millis from an object of this convertor's type.

Methods inherited from interface org.joda.time.convert.Converter

getSupportedType

Method Details

getDurationMillis

public long getDurationMillis(Object object)
Extracts the millis from an object of this convertor's type.
Parameters:
object - the object to convert, must not be null
Returns:
the millisecond duration

Copyright (c) 2001-2006 - Joda.org