org.nodal.util
Interface Duration

All Superinterfaces:
java.lang.Comparable
All Known Implementing Classes:
DurationImpl

public interface Duration
extends java.lang.Comparable

A period of time. The difference between two Timestamps.


Method Summary
 double seconds()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

seconds

public double seconds()