| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
DayOfWeek |
SerializableTimeZoneTime.getDayOfWeek()
Gets the day of the week when the transition to and from standard time and daylight saving time occurs.
|
DayOfWeek |
RecurringDayTransition.getDayOfWeek()
Gets the day of the week on which the time zone transition occurs.
|
static DayOfWeek |
DayOfWeek.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DayOfWeek[] |
DayOfWeek.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DayOfWeek> |
WorkingPeriod.getDays()
Gets the list of working days scheduled for the mailbox user.
|
java.util.List<DayOfWeek> |
WeeklyRecurrencePattern.getDays()
Gets which days of the week are in the weekly recurrence pattern.
|
java.util.List<DayOfWeek> |
RelativeYearlyRecurrencePattern.getDays()
Gets the days of the week that are used in item recurrence patterns.
|
java.util.List<DayOfWeek> |
RelativeMonthlyRecurrencePattern.getDays()
Gets which days of the week are in the relative monthly recurrence pattern.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecurringDayTransition.getDayOfWeek(DayOfWeek dayOfWeek)
Sets the day of the week on which the time zone transition occurs.
|
void |
SerializableTimeZoneTime.setDayOfWeek(DayOfWeek dayOfWeek)
Sets the day of the week when the transition to and from standard time and daylight saving time occurs.
|
| Constructor and Description |
|---|
SerializableTimeZoneTime(int offset,
Time time,
DayOrder dayOrder,
Month month,
DayOfWeek dayOfWeek)
Initializes a new instance of the SerializableTimeZoneTime class.
|
SerializableTimeZoneTime(int offset,
Time time,
DayOrder dayOrder,
Month month,
DayOfWeek dayOfWeek,
java.lang.String year)
Initializes a new instance of the SerializableTimeZoneTime class.
|
| Constructor and Description |
|---|
RelativeMonthlyRecurrencePattern(int interval,
java.util.List<DayOfWeek> days,
DayOfWeekIndex dayIndex)
Initializes a new instance of the RelativeMonthlyRecurrencePattern class.
|
RelativeYearlyRecurrencePattern(Month month,
java.util.List<DayOfWeek> days,
DayOfWeekIndex dayIndex)
Initializes a new instance of the RelativeYearlyRecurrencePattern class.
|
WeeklyRecurrencePattern(int interval,
java.util.List<DayOfWeek> days)
Initializes a new instance of the WeeklyRecurrencePattern class.
|