Uses of Class
com.primavera.common.value.DetailedWorkHours
Packages that use DetailedWorkHours
-
Uses of DetailedWorkHours in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return DetailedWorkHoursModifier and TypeMethodDescriptionCalendar.getDetailedWorkHours(Date date) Gets the detailed work hours for the given date.Calendar.getStandardDetailedWorkHours(int iDayOfWeek) Gets the standard detailed work hours for the given day of week.Methods in com.primavera.integration.client.bo.object with parameters of type DetailedWorkHoursModifier and TypeMethodDescriptionvoidCalendar.setDetailedWorkHours(Date date, DetailedWorkHours hhdm) Set the detailed time hours for the given date.voidCalendar.setStandardDetailedWorkHours(int iDayOfWeek, DetailedWorkHours hhdm) Sets the standard detailed work hours for the given date.