| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
Time |
WorkingPeriod.getEndTime()
Gets the end of the working day for a mailbox user.
|
Time |
WorkingPeriod.getStartTime()
Gets the start of the working day for a mailbox user.
|
Time |
TimeChange.getTime()
Gets the time when the time changes between standard time and daylight saving time.
|
Time |
SerializableTimeZoneTime.getTime()
Gets the transition time of day to and from standard time and daylight saving time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimeChange.setTime(Time time)
Sets the time when the time changes between standard time and daylight saving time.
|
void |
SerializableTimeZoneTime.setTime(Time time)
Sets the transition time of day to and from standard time and daylight saving time.
|
| 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.
|