public interface DurationConverter extends Converter
| Modifier and Type | Method and Description |
|---|---|
long |
getDurationMillis(java.lang.Object object)
Extracts the millis from an object of this convertor's type.
|
getSupportedTypelong getDurationMillis(java.lang.Object object)
object - the object to convert, must not be nulljava.lang.ClassCastException - if the object is invalidCopyright © 2002-2013 Joda.org. All Rights Reserved.