Modifier and Type | Method and Description |
---|---|
DateRange |
ExchangeCalendarEvent.getDuration()
Gets the event duration.
|
DateRange |
OutOfOfficeMailTip.getDuration()
Gets the start and end time for sending OOF messages
|
DateRange |
RulePredicates.getWithinDateRange()
Gets or sets the date range within which incoming messages have to have been received in order for the condition or exception to apply.
|
DateRange |
ExchangeUserAvailability.getWorkingHours(Date date)
Gets the working hours in the specified date taking into account the user's timezone.
|
Modifier and Type | Method and Description |
---|---|
ExchangeUserAvailabilityCollection |
IEWSClient.checkUserAvailability(com.aspose.ms.System.Collections.Specialized.StringCollection users,
DateRange timeWindow)
Checks users availability within the specified time window.
|
ExchangeUserAvailability |
IEWSClient.checkUserAvailability(String user,
DateRange timeWindow)
Checks user availability within the specified time window.
|
void |
RulePredicates.setWithinDateRange(DateRange value)
Gets or sets the date range within which incoming messages have to have been received in order for the condition or exception to apply.
|