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 WeekDay
WeekDay. createDefaultWorkingDay(int dayType)
Creates default working day.WeekDay
WeekDay. deepClone()
Returns a deep copy of the week day.WeekDay
WeekDayCollection. get(int index)
(@inheritDoc}WeekDay
WeekDayCollection. 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 ofWeekDay
objects.Methods in com.aspose.tasks with parameters of type WeekDay Modifier and Type Method Description void
WeekDayCollection. add(int index, WeekDay item)
InsertsWeekDay
at specified index.boolean
WeekDayCollection. add(WeekDay item)
Adds aWeekDay
instance to this object.boolean
WeekDayCollection. contains(WeekDay item)
Checks if collection containsWeekDay
.specified.void
WeekDayCollection. copyTo(WeekDay[] array, int arrayIndex)
Copies collection content to an array at specified index.int
WeekDayCollection. indexOf(WeekDay item)
Returns index ofWeekDay
specified.static void
WeekDay. setDefaultWorkingTime(WeekDay day)
Sets default time periods for the specified week day.
-