org.nodal.util
Interface Timestamp

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

public interface Timestamp
extends java.lang.Comparable

A generic Date/Time object usable as a reference to an instant in time.


Method Summary
 Duration difference(Timestamp ts)
           
 double secondsFromEpoch()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

secondsFromEpoch

public double secondsFromEpoch()

difference

public Duration difference(Timestamp ts)