RecurringMonthlyByWeekdayScheduleToken Class

 

A schedule that recurs on a specified day of the week every month.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework.Scheduler
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

System::Object
  Microsoft.ConfigurationManagement.Messaging.Framework.Scheduler::ScheduleToken
    Microsoft.ConfigurationManagement.Messaging.Framework.Scheduler::RecurringWeeklyScheduleToken
      Microsoft.ConfigurationManagement.Messaging.Framework.Scheduler::RecurringMonthlyByWeekdayScheduleToken

[SerializableAttribute]
public ref class RecurringMonthlyByWeekdayScheduleToken sealed : RecurringWeeklyScheduleToken

NameDescription
System_CAPS_pubmethodRecurringMonthlyByWeekdayScheduleToken()

Initializes a new instance of the RecurringMonthlyByWeekdayScheduleToken class.

NameDescription
System_CAPS_pubpropertyDayOfWeek

Gets or sets the day of the week for the recurrence.(Inherited from RecurringWeeklyScheduleToken.)

System_CAPS_pubpropertyDuration

Gets or sets the duration of time for which the schedule runs. This property is optional. (Inherited from ScheduleToken.)

System_CAPS_pubpropertyNumberOfMonths

Gets or sets the number of months for the recurrence.

System_CAPS_pubpropertyNumberOfWeeks

Gets or sets the number of weeks to recur. (Inherited from RecurringWeeklyScheduleToken.)

System_CAPS_pubpropertyRecurrenceFlag

Gets a flag that represents the schedule type. (Overrides RecurringWeeklyScheduleToken::RecurrenceFlag.)

System_CAPS_pubpropertyStartTime

Gets or sets the start time for the schedule. This property is required. (Inherited from ScheduleToken.)

System_CAPS_pubpropertyUseGmt

Specifies whether GMT or local time is used. (Inherited from ScheduleToken.)

System_CAPS_pubpropertyWeekOrder

Gets or sets the week of the month during which to run the schedule.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToMask()

Returns the schedule as a ulong. (Inherited from ScheduleToken.)

System_CAPS_pubmethodToString()

Returns a String that represents the current Object. (Inherited from ScheduleToken.)

System_CAPS_pubmethodToString(Boolean)

Returns a String that represents the current Object. (Inherited from ScheduleToken.)

System_CAPS_pubmethodToString(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.

Return to top
Show: