|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--java.util.Date
Represent a date
| Constructor Summary | |
Date()
Create a new date |
|
Date(long date)
Create a new date |
|
| Method Summary | |
boolean |
equals(Object obj)
Test if it is equals another object |
long |
getTime()
Get the time represented by this date |
int |
hashCode()
Return the hash code |
void |
setTime(long time)
Set the time |
java.lang.String |
toString()
Returns the date as a string of the form Www Mmm Dd hh:mm:ss NNN yyyy, e.g.Sun Feb 17 17:01:45 GMT 2012Note that the Weekdayt is only accurate up until the year 4000 |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Date()
public Date(long date)
date - The value to use| Method Detail |
public long getTime()
public void setTime(long time)
time - The time to setpublic boolean equals(Object obj)
equals in class Objectobj - The object
public int hashCode()
hashCode in class Objectpublic java.lang.String toString()
Www Mmm Dd hh:mm:ss NNN yyyy, e.g.Sun Feb 17 17:01:45 GMT 2012
toString in class Object
|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||