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

Visual Basic
Dim instance As NotificationRecipientScheduleEntryDaysOfWeek

Syntax

Visual Basic
<SerializableAttribute> _
<FlagsAttribute> _
Public Enumeration NotificationRecipientScheduleEntryDaysOfWeek
C#
[SerializableAttribute] 
[FlagsAttribute] 
public enum NotificationRecipientScheduleEntryDaysOfWeek
C++
[SerializableAttribute] 
[FlagsAttribute] 
public enum class NotificationRecipientScheduleEntryDaysOfWeek
J#
/** @attribute SerializableAttribute() */ 
/** @attribute FlagsAttribute() */ 
public enum NotificationRecipientScheduleEntryDaysOfWeek
JScript
SerializableAttribute 
FlagsAttribute 
public enum NotificationRecipientScheduleEntryDaysOfWeek

Members

Member name Description
All Includes all days in a week in the schedule.
Friday Includes Friday in the schedule.
Monday Includes Monday in the schedule.
None Does not include any days in the schedule.
Saturday Includes Saturday in the schedule.
Sunday Includes Sunday in the schedule.
Thursday Includes Thursday in the schedule.
Tuesday Includes Tuesday in the schedule.
Wednesday Includes Wednesday in the schedule.
Weekdays Includes Monday through Friday in the schedule.
WeekendDays Includes Saturday and Sunday in the schedule.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also