RecurringMonthlyByDateScheduleToken Class
A schedule that recurs on a specific date every month.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Microsoft.ConfigurationManagement.Messaging.Framework.Scheduler::ScheduleToken
Microsoft.ConfigurationManagement.Messaging.Framework.Scheduler::RecurringMonthlyByDateScheduleToken
| Name | Description | |
|---|---|---|
![]() | RecurringMonthlyByDateScheduleToken() | Initializes a new instance of the RecurringMonthlyByDateScheduleToken class. |
| Name | Description | |
|---|---|---|
![]() | Date | Gets or sets the day of the month for the recurrence. |
![]() | 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. |
![]() | RecurrenceFlag | Gets a flag that represents the schedule type. (Overrides ScheduleToken::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.) |
| 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.

