public class WorkWeek extends Object
Represents a work week.
Constructor and Description |
---|
WorkWeek() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns or sets the name of an effective week.
|
WorkingTime |
getTimePeriod()
Returns or sets the contiguous set of exception days.
|
List |
getWeekDays() |
void |
setName(String value) |
void |
setTimePeriod(WorkingTime value) |
void |
setWeekDays(List value) |
public WorkingTime getTimePeriod()
Returns or sets the contiguous set of exception days.
Read/write WorkingTime
.
public void setTimePeriod(WorkingTime value)
public String getName()
Returns or sets the name of an effective week.
Read/write string
.
public void setName(String value)
public List getWeekDays()
public void setWeekDays(List value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.