Package | Description |
---|---|
org.archive.wayback.util |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
int |
Timestamp.absDistanceFromTimestamp(Timestamp otherTimeStamp)
function that calculates integer seconds between this records
timeStamp and the arguments timeStamp. result is the absolute number of
seconds difference.
|
int |
Timestamp.distanceFromTimestamp(Timestamp otherTimeStamp)
function that calculates integer seconds between this records
timeStamp and the arguments timeStamp. result is negative if this records
timeStamp is less than the argument, positive if it is greater, and 0 if
the same.
|
Copyright © 2005–2015 IIPC. All rights reserved.