Skip to content

Latest commit

 

History

History
82 lines (47 loc) · 2.31 KB

taskschedulerschema-march-monthstype-element.md

File metadata and controls

82 lines (47 loc) · 2.31 KB
title description ms.assetid keywords topic_type api_name api_type ms.topic ms.date api_location
March (monthsType) Element
Specifies that the task runs in March.
0cd82405-8e17-483d-88ba-32cae590f6b3
March element Task Scheduler
apiref
March
Schema
reference
05/31/2018

March (monthsType) Element

Specifies that the task runs in March.

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

The March element is defined by the monthsType complex type.

Parent element

Element Derived from Description
Months (monthlyDayOfWeekScheduleType) monthsType Specifies the months of the year during which the task runs for a monthly day-of-week schedule.
Months (monthlyScheduleType) monthsType Specifies the months of the year during which the task runs for a monthly schedule.

Examples

The following XML defines a months calendar that runs the task in March.

<Months>
    <March/>
</Months>

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