WorkingPeriod Members
The WorkingPeriod class contains the work week days and hours of the mailbox user.
The following tables list the members exposed by the WorkingPeriod type.
Public Constructors
Name | Description | |
---|---|---|
WorkingPeriod | The WorkingPeriod constructor initializes a new instance of the WorkingPeriod class. |
Top
Public Properties
Name | Description | |
---|---|---|
DayOfWeek | The DayOfWeek property gets or sets the list of working days that are scheduled for the mailbox user. | |
EndTimeInMinutes | The EndTimeInMinutes property gets or sets the end of the work day for a mailbox user. | |
StartTimeInMinutes | The StartTimeInMinutes property gets or sets the start of the work day for a mailbox user. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also