Class WorkingHours
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents the working hours for a specific time zone.
public sealed class WorkingHours : ComplexProperty
- Inheritance
-
WorkingHours
- Inherited Members
Properties
DaysOfTheWeek
Gets the working days of the attendees.
public Collection<DayOfTheWeek> DaysOfTheWeek { get; }
Property Value
EndTime
Gets the time of the day the attendee stops working.
public TimeSpan EndTime { get; }
Property Value
StartTime
Gets the time of the day the attendee starts working.
public TimeSpan StartTime { get; }
Property Value
TimeZone
Gets the time zone to which the working hours apply.
public TimeZoneInfo TimeZone { get; }