org.joda.time.convert
Interface DurationConverter
- Converter
public interface DurationConverter
DurationConverter defines how an object is converted to a millisecond duration.
- Stephen Colebourne
- Brian S O'Neill
long | getDurationMillis(Object object) - Extracts the millis from an object of this convertor's type.
|
getDurationMillis
public long getDurationMillis(Object object)
Extracts the millis from an object of this convertor's type.
object
- the object to convert, must not be null
Copyright (c) 2001-2006 - Joda.org