Compoze Software, Inc.

portlets.compoze.groupware.calendar
Class Month.Week


java.lang.Object

  |

  +--portlets.compoze.groupware.calendar.Month.Week

All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Month

public static class Month.Week
extends java.lang.Object
implements java.io.Serializable

This inner class represents a week in the month.

See Also:
Serialized Form

Method Summary
 java.util.Date getDate()
          Gets the date for the week.
 Month.Day[] getDays()
          Gets the days of the week.
 int getWeekInYear()
          Gets the week in the year.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getWeekInYear


public int getWeekInYear()
Gets the week in the year.
Returns:
the week in the year

getDate


public java.util.Date getDate()
Gets the date for the week.
Returns:
the date for the week

getDays


public Month.Day[] getDays()
Gets the days of the week.
Returns:
the days of the week

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.