Uses of Class
com.aspose.tasks.WorkingTime
-
-
Uses of WorkingTime in com.aspose.tasks
Methods in com.aspose.tasks that return WorkingTime Modifier and Type Method Description WorkingTimeWorkingTimeCollection. get(int index)(@inheritDoc}WorkingTimeWorkingTimeCollection. remove(int index)Removes the element at the specified position in this list.Methods in com.aspose.tasks that return types with arguments of type WorkingTime Modifier and Type Method Description List<WorkingTime>WorkingTimeCollection. toList()Converts the WorkingTimeCollection object to a list ofWorkingTimeobjects.Methods in com.aspose.tasks with parameters of type WorkingTime Modifier and Type Method Description voidWorkingTimeCollection. add(int index, WorkingTime element)Inserts the specified element at the specified position in this list.booleanWorkingTimeCollection. add(WorkingTime e)intWorkingTimeCollection. indexOf(WorkingTime item)Returns the index of the first occurrence of a given item in a listMethod parameters in com.aspose.tasks with type arguments of type WorkingTime Modifier and Type Method Description voidWorkingTimeCollection. sort(Comparator<? super WorkingTime> c)Constructor parameters in com.aspose.tasks with type arguments of type WorkingTime Constructor Description WeekDay(int dayType, List<WorkingTime> workingTimes)Initializes a new instance of theWeekDayclass with the specified day type and list of working time periods.
-