RecurringMonthlyByWeekdayScheduleToken Class
A schedule that recurs on a specified day of the week every month.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Microsoft.ConfigurationManagement.Messaging.Framework.Scheduler::ScheduleToken
Microsoft.ConfigurationManagement.Messaging.Framework.Scheduler::RecurringWeeklyScheduleToken
Microsoft.ConfigurationManagement.Messaging.Framework.Scheduler::RecurringMonthlyByWeekdayScheduleToken
| Name | Description | |
|---|---|---|
![]() | RecurringMonthlyByWeekdayScheduleToken() | Initializes a new instance of the RecurringMonthlyByWeekdayScheduleToken class. |
| Name | Description | |
|---|---|---|
![]() | DayOfWeek | Gets or sets the day of the week for the recurrence.(Inherited from RecurringWeeklyScheduleToken.) |
![]() | Duration | Gets or sets the duration of time for which the schedule runs. This property is optional. (Inherited from ScheduleToken.) |
![]() | NumberOfMonths | Gets or sets the number of months for the recurrence. |
![]() | NumberOfWeeks | Gets or sets the number of weeks to recur. (Inherited from RecurringWeeklyScheduleToken.) |
![]() | RecurrenceFlag | Gets a flag that represents the schedule type. (Overrides RecurringWeeklyScheduleToken::RecurrenceFlag.) |
![]() | StartTime | Gets or sets the start time for the schedule. This property is required. (Inherited from ScheduleToken.) |
![]() | UseGmt | Specifies whether GMT or local time is used. (Inherited from ScheduleToken.) |
![]() | WeekOrder | Gets or sets the week of the month during which to run the schedule. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToMask() | Returns the schedule as a ulong. (Inherited from ScheduleToken.) |
![]() | ToString() | Returns a String that represents the current Object. (Inherited from ScheduleToken.) |
![]() | ToString(Boolean) | Returns a String that represents the current Object. (Inherited from ScheduleToken.) |
![]() | ToString(Boolean, String^, array<Object^>^) | Returns a String that represents the current Object. (Inherited from ScheduleToken.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

