Uses of Class
net.sf.mpxj.ProjectCalendarHours

Packages that use ProjectCalendarHours
net.sf.mpxj   
 

Uses of ProjectCalendarHours in net.sf.mpxj
 

Methods in net.sf.mpxj that return ProjectCalendarHours
 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.
 

Methods in net.sf.mpxj with parameters of type ProjectCalendarHours
 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 © 2012. All Rights Reserved.