Uses of Class
com.aspose.tasks.AvailabilityPeriod
-
-
Uses of AvailabilityPeriod in com.aspose.tasks
Methods in com.aspose.tasks that return AvailabilityPeriod Modifier and Type Method Description AvailabilityPeriodAvailabilityPeriodCollection. get(int index)Gets the parentResourcefor this object.AvailabilityPeriodAvailabilityPeriodCollection. remove(int index)Removes the element at the specified position in this collection and returns the element that was removed from the collection.AvailabilityPeriodAvailabilityPeriodCollection. set(int index, AvailabilityPeriod item)Replaces the element at the specified position in this list with the specified element.Methods in com.aspose.tasks that return types with arguments of type AvailabilityPeriod Modifier and Type Method Description Iterator<AvailabilityPeriod>AvailabilityPeriodCollection. iterator()Returns an iterator for this collection.Methods in com.aspose.tasks with parameters of type AvailabilityPeriod Modifier and Type Method Description booleanAvailabilityPeriodCollection. add(AvailabilityPeriod item)Adds the specified item to this collection.AvailabilityPeriodAvailabilityPeriodCollection. set(int index, AvailabilityPeriod item)Replaces the element at the specified position in this list with the specified element.
-