Monday (daysOfWeekType) Element

Specifies that the task runs on Monday.

<xs:element name="Monday">
    <xs:complexType />
</xs:element>

The Monday element is defined by the weeklyScheduleType complex type.

Parent element

Element Derived from Description
DaysOfWeek (monthlyDayOfWeekScheduleType) daysOfWeekType Specifies the days of the week in which the task runs for a monthly day-of-week schedule.
DaysOfWeek (weeklyScheduleType) daysOfWeekType Specifies the days of the week in which the task runs for a weekly schedule.

Examples

The following XML defines a day of week calendar that starts a task on Monday.

<DaysOfWeek>
    <Monday/>
</DaysOfWeek>

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]

See also

Task Scheduler Schema Elements

Task Scheduler