Modifier and Type | Method and Description |
---|---|
static WeekDay |
WeekDay.createDefaultWorkingDay(int dayType)
Creates default working day.
|
WeekDay |
WeekDay.deepClone()
Implementation of IClonable interface, returns a deep copy of the week day.
|
Modifier and Type | Method and Description |
---|---|
Iterator<WeekDay> |
WeekDayCollection.iterator() |
List<WeekDay> |
WeekDayCollection.toList()
Converts the WeekDayCollection object to a list of
WeekDay objects. |
Modifier and Type | Method and Description |
---|---|
void |
WeekDayCollection.add(WeekDay weekDay)
Adds a
WeekDay instance to this object. |
static void |
WeekDay.setDefaulWorkingTime(WeekDay day)
Sets default time periods for the specified week day.
|
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.