| Package | Description |
|---|---|
| net.sf.mpxj |
| Modifier and Type | Method and Description |
|---|---|
ProjectCalendarHours |
ProjectCalendarWeek.addCalendarHours()
Adds a set of hours to this calendar without assigning them to
a particular day.
|
ProjectCalendarHours |
ProjectCalendarWeek.addCalendarHours(Day day)
Used to add working hours to the calendar.
|
ProjectCalendarHours |
ProjectCalendar.addCalendarHours(Day day)
Used to add working hours to the calendar.
|
ProjectCalendarHours |
ProjectCalendarWeek.getCalendarHours(Day day)
This method retrieves the calendar hours for the specified day.
|
ProjectCalendarHours[] |
ProjectCalendarWeek.getHours()
Retrieve an array representing all of the calendar hours defined
by this calendar.
|
ProjectCalendarHours |
ProjectCalendarWeek.getHours(Day day)
This method retrieves the calendar hours for the specified day.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectCalendarWeek.attachHoursToDay(ProjectCalendarHours hours)
Attaches a pre-existing set of hours to the correct
day within the calendar.
|
void |
ProjectCalendar.attachHoursToDay(ProjectCalendarHours hours)
Attaches a pre-existing set of hours to the correct
day within the calendar.
|
void |
ProjectCalendarWeek.removeHoursFromDay(ProjectCalendarHours hours)
Removes a set of calendar hours from the day to which they
are currently attached.
|
void |
ProjectCalendar.removeHoursFromDay(ProjectCalendarHours hours)
Removes a set of calendar hours from the day to which they
are currently attached.
|
Copyright © 2013. All Rights Reserved.