MonthlyRelativeWeekDays Enumeration
The MonthlyRelativeWeekDays enumeration contains values that specify the days of the week, weekdays, weekends, or every day.
Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Enumeration MonthlyRelativeWeekDays
'Usage
Dim instance As MonthlyRelativeWeekDays
public enum MonthlyRelativeWeekDays
public enum class MonthlyRelativeWeekDays
type MonthlyRelativeWeekDays
public enum MonthlyRelativeWeekDays
Members
| Member name | Description | |
|---|---|---|
| Sunday | Sunday. Value = 1. | |
| Monday | Monday. Value = 2. | |
| Tuesday | Tuesday. Value = 3. | |
| Wednesday | Wednesday. Value = 4. | |
| Thursday | Thursday. Value = 5. | |
| Friday | Friday. Value = 6. | |
| Saturday | Saturday. Value = 7. | |
| EveryDay | Every day of the week. | |
| WeekDays | Weekdays. Value = 9. | |
| WeekEnds | Weekends. Value = 10. | 
Remarks
The MonthlyRelativeWeekDays enumeration is served by the P:Microsoft.SqlServer.Management.Smo.Agent.JobSchedule.FrequencyInterval property.