|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.silverpeas.calendar.CalendarDay
org.silverpeas.calendar.CalendarDateTime
public class CalendarDateTime
User: Yohann Chastagnier Date: 23/04/13
Constructor Summary | |
---|---|
protected |
CalendarDateTime(Date date,
String locale)
Constructs a new CalendarDay instance from the specified date. |
Method Summary | |
---|---|
Date |
getDate()
Gets this date time as a Date instance. |
int |
getHours()
Gets the hours of the date time (from 0 to 23). |
int |
getMilliseconds()
Gets the milliseconds of the date time (from 0 to 999). |
int |
getMinutes()
Gets the minutes of the date time (from 0 to 59). |
int |
getSeconds()
Gets the seconds of the date time (from 0 to 59). |
Methods inherited from class org.silverpeas.calendar.CalendarDay |
---|
getDayOfMonth, getMonth, getWeekOfYear, getYear |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected CalendarDateTime(Date date, String locale)
date
- the date of the day.locale
- the locale.Method Detail |
---|
public int getHours()
public int getMinutes()
public int getSeconds()
public int getMilliseconds()
public Date getDate()
getDate
in class CalendarDay
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |