public class WorkingPeriod
extends java.lang.Object
| Constructor and Description |
|---|
WorkingPeriod()
Initializes a new instance of the WorkingPeriod class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DayOfWeek> |
getDays()
Gets the list of working days scheduled for the mailbox user.
|
Time |
getEndTime()
Gets the end of the working day for a mailbox user.
|
Time |
getStartTime()
Gets the start of the working day for a mailbox user.
|
public WorkingPeriod()
public java.util.List<DayOfWeek> getDays()
public Time getStartTime()
public Time getEndTime()