Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Iterator<WeekDay> |
WeekDayCollection.iterator()
Returns an enumerator for this collection.
|
List<WeekDay> |
WeekDayCollection.toList()
Converts the WeekDayCollection object to a list of
WeekDay objects. |
Modifier and Type | Method and Description |
---|---|
void |
WeekDayCollection.add(int index,
WeekDay item)
Inserts
WeekDay at specified index. |
boolean |
WeekDayCollection.add(WeekDay item)
Adds a
WeekDay instance to this object. |
boolean |
WeekDayCollection.contains(WeekDay item)
Checks if collection contains
WeekDay .specified. |
void |
WeekDayCollection.copyTo(WeekDay[] array,
int arrayIndex)
Copies collection content to an array at specified index.
|
int |
WeekDayCollection.indexOf(WeekDay item)
Returns index of
WeekDay specified. |
static void |
WeekDay.setDefaultWorkingTime(WeekDay day)
Sets default time periods for the specified week day.
|
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.