Package org.gvsig.timesupport
Interface Duration
public interface Duration
A duration specifying a length of time in milliseconds. There is no concept of fields, such as days or seconds, as these fields can vary in length.
A huge part of the documentation of this class has been retrieved from the joda-time library.
- Version:
- $Id$
- Author:
- gvSIG team
-
Method Summary
Modifier and TypeMethodDescriptionlongGets the length of this duration in milliseconds.
-
Method Details
-
getMillis
long getMillis()Gets the length of this duration in milliseconds.- Returns:
- the length of the duration in milliseconds.
-