[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The RecurringMonthlyByWeekdayScheduleTokentype exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
DayOfWeek
Day of week to recur
(Inherited from RecurringWeeklyScheduleToken.)
Duration
The duration that the schedule can run for. This is optional
(Inherited from ScheduleToken.)
NumberOfMonths
Number of months
NumberOfWeeks
Number of weeks to recur
(Inherited from RecurringWeeklyScheduleToken.)
RecurrenceFlag
Flag that represents the schedule type
(Overrides RecurringWeeklyScheduleToken . . :: . . RecurrenceFlag.)
StartTime
Schedule start time. This is required.
(Inherited from ScheduleToken.)
UseGmt
Use GMT or local time
(Inherited from ScheduleToken.)
WeekOrder
The week of the month to run the schedule on n day.

See Also