|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Date | |
|---|---|
| monthlyCalendar | |
| Uses of Date in monthlyCalendar |
|---|
| Methods in monthlyCalendar with parameters of type Date | |
|---|---|
boolean |
MonthlyCalendar.addActivity(java.lang.String name,
Date date,
Time activityStartTime,
int duration)
Verifies whether the specified time period is available and if so, adds the activity to the list of activities for that date. |
boolean |
MonthlyCalendar.anyActivitiesOnDay(Date date)
Returns true if there are any activities scheduled during the specified date and false otherwise. |
java.util.Iterator<Activity> |
MonthlyCalendar.dayActivitiesIterator(Date date)
Returns an Activity iterator for the activities in the specified date |
Activity |
MonthlyCalendar.getActivity(Date date,
Time activityStartTime)
Returns a reference to the Activity that takes place at the specified date and that starts at the specified time. |
boolean |
MonthlyCalendar.isTimePeriodAvailable(Date date,
Time activityStartTime,
int duration)
Returns true if it is possible to schedule an activity on the specified date, in the time period starting at activityStartTime and lasting for the specified duration (minutes). |
boolean |
MonthlyCalendar.isValidDate(Date date)
Returns true if the date is considered a valid date for the month associated with the calendar. |
boolean |
MonthlyCalendar.removeActivity(Date date,
Time activityStartTime)
Removes the activity taking place at the specified date and start time. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||