Class ExchangeUserWorkingHours

ExchangeUserWorkingHours class

Represents the user working hours.

public sealed class ExchangeUserWorkingHours

Constructors

NameDescription
ExchangeUserWorkingHours()Initializes a new instance of the ExchangeUserWorkingHours class.

Properties

NameDescription
DayOfWeek { get; }Gets the day of week.
EndTime { get; }Gets the end time of the working day.
StartTime { get; }Gets the start time of the working day.

See Also