|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Date
com.sun.syndication.feed.module.photocast.types.PhotoDate
public class PhotoDate
This is a specialized Date class for working with the apple PhotoDate format. It provides a constructor taking a dobule value representing the fractional number of days since 00:00:00 01/01/00.
| Constructor Summary | |
|---|---|
PhotoDate()
Creates a new instance of 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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.util.Date |
|---|
after, before, clone, compareTo, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setTime, setYear, toGMTString, toLocaleString, UTC |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PhotoDate()
public PhotoDate(long time)
time - milliseconds timepublic PhotoDate(double photoDateValue)
photoDateValue - fractional number of days since 00:00:00 01/01/00| Method Detail |
|---|
public java.lang.String toString()
toString in class java.util.Datepublic boolean equals(java.lang.Object o)
equals in class java.util.Date
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||