Table of Contents

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

Collection<DayOfTheWeek>

EndTime

Gets the time of the day the attendee stops working.

public TimeSpan EndTime { get; }

Property Value

TimeSpan

StartTime

Gets the time of the day the attendee starts working.

public TimeSpan StartTime { get; }

Property Value

TimeSpan

TimeZone

Gets the time zone to which the working hours apply.

public TimeZoneInfo TimeZone { get; }

Property Value

TimeZoneInfo