public final class ExchangeUserWorkingHours extends Object
Represents the user working hours.
Constructor and Description |
---|
ExchangeUserWorkingHours()
Initializes a new instance of the
ExchangeUserWorkingHours class. |
Modifier and Type | Method and Description |
---|---|
int |
getDayOfWeek()
Gets the day of week.
|
double |
getEndTime()
Gets the end time of the working day.
|
double |
getStartTime()
Gets the start time of the working day.
|
public ExchangeUserWorkingHours()
Initializes a new instance of the ExchangeUserWorkingHours
class.