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.
|
WeekDay |
WeekDayCollection.get(int index)
(@inheritDoc}
|
Modifier and Type | Method and Description |
---|---|
List<WeekDay> |
WeekDayCollection.toList()
Converts the WeekDayCollection object to a list of
WeekDay objects. |
Modifier and Type | Method and Description |
---|---|
boolean |
WeekDayCollection.add(WeekDay weekDay)
Adds a
WeekDay instance to this object. |
static void |
WeekDay.setDefaultWorkingTime(WeekDay day)
Sets default time periods for the specified week day.
|
static void |
WeekDay.setDefaulWorkingTime(WeekDay day)
Deprecated.
This method is obsolete and will be removed in next releases. Use the SetDefaultWorkingTime method
instead.
|
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.