Uses of Class
com.aspose.tasks.WorkWeek
-
-
Uses of WorkWeek in com.aspose.tasks
Methods in com.aspose.tasks that return WorkWeek Modifier and Type Method Description WorkWeek
WorkWeekCollection. get(int index)
Returns the element at the specified index.Methods in com.aspose.tasks that return types with arguments of type WorkWeek Modifier and Type Method Description Iterator<WorkWeek>
WorkWeekCollection. iterator()
Returns an enumerator for this collection.List<WorkWeek>
WorkWeekCollection. toList()
Converts the WorkWeekCollection object to a list ofWorkWeek
objects.Methods in com.aspose.tasks with parameters of type WorkWeek Modifier and Type Method Description void
WorkWeekCollection. add(int index, WorkWeek element)
Inserts the specified element at the specified position in this list.boolean
WorkWeekCollection. add(WorkWeek e)
Adds WorkWeek instance to this collection object.
-