public class PhotoDate
extends java.util.Date
Modifier and Type | Field and Description |
---|---|
private static double |
DAY |
private static long |
serialVersionUID |
private static long |
Y2K |
Constructor and Description |
---|
PhotoDate() |
PhotoDate(double photoDateValue)
Creates a new instance of PhotoDate with the fractional number of days since 00:00:00
01/01/00.
|
PhotoDate(long time)
Creates a new instance of PhotoDate with the timestamp provided.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
toString()
Returns a string representing the fractional number of days since 00:00:00 01/01/00.
|
after, before, clone, compareTo, from, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setTime, setYear, toGMTString, toInstant, toLocaleString, UTC
private static final long serialVersionUID
private static final long Y2K
private static final double DAY
public PhotoDate()
public PhotoDate(long time)
time
- milliseconds timepublic PhotoDate(double photoDateValue)
photoDateValue
- fractional number of days since 00:00:00 01/01/00public java.lang.String toString()
toString
in class java.util.Date
public boolean equals(java.lang.Object o)
equals
in class java.util.Date