Edit

Share via


WorkingPeriod.DayOfWeek Property

Definition

The DayOfWeek property gets or sets the list of working days that are scheduled for the mailbox user.

public:
 property System::String ^ DayOfWeek { System::String ^ get(); void set(System::String ^ value); };
public string DayOfWeek { get; set; }
Public Property DayOfWeek As String

Property Value

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.

Applies to