public class PhotoDate extends Date
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(Object o) |
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
public PhotoDate()
public PhotoDate(long time)
time
- milliseconds timepublic PhotoDate(double photoDateValue)
photoDateValue
- fractional number of days since 00:00:00 01/01/00public String toString()
Copyright © 2024. All rights reserved.