Uses of Class
com.aspose.tasks.WeekDay
-
-
Uses of WeekDay in com.aspose.tasks
Methods in com.aspose.tasks that return WeekDay Modifier and Type Method Description static WeekDayWeekDay. createDefaultWorkingDay(int dayType)Creates default working day.WeekDayWeekDay. deepClone()Returns a deep copy of the week day.WeekDayWeekDayCollection. get(int index)(@inheritDoc}WeekDayWeekDayCollection. remove(int index)Methods in com.aspose.tasks that return types with arguments of type WeekDay Modifier and Type Method Description Iterator<WeekDay>WeekDayCollection. iterator()Returns an enumerator for this collection.List<WeekDay>WeekDayCollection. toList()Converts the WeekDayCollection object to a list ofWeekDayobjects.Methods in com.aspose.tasks with parameters of type WeekDay Modifier and Type Method Description voidWeekDayCollection. add(int index, WeekDay item)InsertsWeekDayat specified index.booleanWeekDayCollection. add(WeekDay item)Adds aWeekDayinstance to this object.booleanWeekDayCollection. contains(WeekDay item)Checks if collection containsWeekDay.specified.voidWeekDayCollection. copyTo(WeekDay[] array, int arrayIndex)Copies collection content to an array at specified index.intWeekDayCollection. indexOf(WeekDay item)Returns index ofWeekDayspecified.static voidWeekDay. setDefaultWorkingTime(WeekDay day)Sets default time periods for the specified week day.
-