WorkingPeriod.DayOfWeek Property
The DayOfWeek property gets or sets the list of working days that are scheduled for the mailbox user.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property DayOfWeek As String
Get
Set
'Usage
Dim instance As WorkingPeriod
Dim value As String
value = instance.DayOfWeek
instance.DayOfWeek = value
public string DayOfWeek { get; set; }
Property Value
Type: System.String
If the mailbox user has set the days that represent the work week, the DayOfWeek property contains a list of the days that the user works.
Remarks
The DayOfWeek property can contain any of the following values:
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
The text values are returned in the order listed.