January (monthsType) Element

Specifies that the task runs in January.

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

The January 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 January.

<Months>
    <January/>
</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