|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectportlets.compoze.groupware.calendar.Month.Item
portlets.compoze.groupware.calendar.Month.Day
This inner class represents a day in the month.
Method Summary | |
java.util.Date |
getDate()
Gets the date of this day. |
int |
getDayOfMonth()
Gets the day of month for this day. |
boolean |
isInMonth()
Checks if the day occurs in the month. |
boolean |
isToday()
Checks if the given date is today. |
Methods inherited from class portlets.compoze.groupware.calendar.Month.Item |
getDay, getMonth |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public boolean isToday()
true
if the date is today; false
otherwisepublic int getDayOfMonth()
public boolean isInMonth()
true
if the day occurs in the month; false
otherwisepublic java.util.Date getDate()
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |