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