NotificationRecipientScheduleEntryDaysOfWeek Enumeration

System Center

Updated: April 16, 2012

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents the days of the week that are included in a NotificationRecipientScheduleEntry.

Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

'Usage
Dim instance As NotificationRecipientScheduleEntryDaysOfWeek

[SerializableAttribute] 
[FlagsAttribute] 
public enum class NotificationRecipientScheduleEntryDaysOfWeek
/** @attribute SerializableAttribute() */ 
/** @attribute FlagsAttribute() */ 
public enum NotificationRecipientScheduleEntryDaysOfWeek
SerializableAttribute 
FlagsAttribute 
public enum NotificationRecipientScheduleEntryDaysOfWeek

Member nameDescription
AllIncludes all days in a week in the schedule.
FridayIncludes Friday in the schedule.
MondayIncludes Monday in the schedule.
NoneDoes not include any days in the schedule.
SaturdayIncludes Saturday in the schedule.
SundayIncludes Sunday in the schedule.
ThursdayIncludes Thursday in the schedule.
TuesdayIncludes Tuesday in the schedule.
WednesdayIncludes Wednesday in the schedule.
WeekdaysIncludes Monday through Friday in the schedule.
WeekendDaysIncludes Saturday and Sunday in the schedule.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

 

Community Additions

ADD
Show: