Class Week
java.lang.Object
Week
public class Week
- extends java.lang.Object
Week.
- Version:
- 1.2
- Author:
- Fred Kral
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Week
public Week(int weekNum,
plainDate pMonday)
inWeek
public boolean inWeek(plainDate pDate)
- See if a given date is in this particular week
whichDay
public int whichDay(plainDate pDate)
- find the weekday of a give date, if it is in this week
getDateFromWeekday
public plainDate getDateFromWeekday(int weekdayNumber)
getWeekNum
public int getWeekNum()
getActiveWeekNum
public int getActiveWeekNum()
getActiveWeek
public boolean getActiveWeek()
getNextWeek
public Week getNextWeek()
getPreviousWeek
public Week getPreviousWeek()
getDays
public plainDate[] getDays()
sysPrint
public void sysPrint()