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 WorkingTime
WorkingTimeCollection. get(int index)
(@inheritDoc}WorkingTime
WorkingTimeCollection. 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 ofWorkingTime
objects.Methods in com.aspose.tasks with parameters of type WorkingTime Modifier and Type Method Description void
WorkingTimeCollection. add(int index, WorkingTime element)
Inserts the specified element at the specified position in this list.boolean
WorkingTimeCollection. add(WorkingTime e)
int
WorkingTimeCollection. indexOf(WorkingTime item)
Returns the index of the first occurrence of a given item in a listvoid
WorkingTimeCollection. insert(int index, WorkingTime item)
Inserts an element into this list at a given indexMethod parameters in com.aspose.tasks with type arguments of type WorkingTime Modifier and Type Method Description void
WorkingTimeCollection. 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 theWeekDay
class with the specified day type and list of working time periods.
-