Modifier and Type | Method and Description |
---|---|
WorkingTime |
WorkingTimeCollection.get(int index)
(@inheritDoc}
|
WorkingTime |
WorkingTimeCollection.remove(int index)
Removes the element at the specified position in this list.
|
Modifier and Type | Method and Description |
---|---|
List<WorkingTime> |
WorkingTimeCollection.toList()
Converts the WorkingTimeCollection object to a list of
WorkingTime objects. |
Modifier and Type | Method and Description |
---|---|
void |
WorkingTimeCollection.add(int index,
WorkingTime element)
Inserts the specified element at the specified position in this list.
|
boolean |
WorkingTimeCollection.add(WorkingTime wt)
Adds a new WorkingTime instance to this collection.
|
Constructor and Description |
---|
WeekDay(int dayType,
List<WorkingTime> workingTimes)
Initializes a new instance of the
WeekDay class with the specified day type and list of working time periods. |
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.