Uses of Class
org.archive.wayback.util.Timestamp

Packages that use Timestamp
org.archive.wayback.util   
 

Uses of Timestamp in org.archive.wayback.util
 

Methods in org.archive.wayback.util that return Timestamp
static Timestamp Timestamp.currentTimestamp()
           
static Timestamp Timestamp.earliestTimestamp()
           
static Timestamp Timestamp.fromSse(int sse)
           
static Timestamp Timestamp.latestTimestamp()
           
static Timestamp Timestamp.parseAfter(String dateStr)
           
static Timestamp Timestamp.parseBefore(String dateStr)
           
 

Methods in org.archive.wayback.util with parameters of type Timestamp
 int Timestamp.absDistanceFromTimestamp(Timestamp otherTimeStamp)
          function that calculates integer seconds between this records timeStamp and the arguments timeStamp.
 int Timestamp.distanceFromTimestamp(Timestamp otherTimeStamp)
          function that calculates integer seconds between this records timeStamp and the arguments timeStamp.
 



Copyright © 2005-2011 Internet Archive. All Rights Reserved.