ExchangeUserAvailability.GetWorkingHours

ExchangeUserAvailability.GetWorkingHours method

Gets the working hours in the specified date taking into account the user’s timezone.

public DateRange GetWorkingHours(DateTime date)
ParameterTypeDescription
dateDateTimeThe date to get information for.

Return Value

A start and end time of the working day for the specified date.

See Also