|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.james.mime4j.dom.datetime.DateTime
public class DateTime
| Constructor Summary | |
|---|---|
DateTime(String yearString,
int month,
int day,
int hour,
int minute,
int second,
int timeZone)
|
|
| Method Summary | |
|---|---|
static Date |
convertToDate(int year,
int month,
int day,
int hour,
int minute,
int second,
int timeZone)
|
boolean |
equals(Object obj)
|
Date |
getDate()
|
int |
getDay()
|
int |
getHour()
|
int |
getMinute()
|
int |
getMonth()
|
int |
getSecond()
|
int |
getTimeZone()
|
int |
getYear()
|
int |
hashCode()
|
void |
print()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DateTime(String yearString,
int month,
int day,
int hour,
int minute,
int second,
int timeZone)
| Method Detail |
|---|
public static Date convertToDate(int year,
int month,
int day,
int hour,
int minute,
int second,
int timeZone)
public Date getDate()
public int getYear()
public int getMonth()
public int getDay()
public int getHour()
public int getMinute()
public int getSecond()
public int getTimeZone()
public void print()
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||