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.
http://joda-time.sourceforge.net
,
https://gvsig.org/web/projects/gvsig-desktop/docs/devel/org-gvsig-sensors/1-0.0/analysis-and-design/detailed-view/time-support/libraries/org-gvsig-timesupport-lib
Modifier and Type | Method and Description |
---|---|
long |
getMillis()
Gets the length of this duration in milliseconds.
|