Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Defines the child element and sequencing information for the DaysOfMonth (monthlyScheduleType) element.
<xs:complexType name="daysOfMonthType">
<xs:sequence>
<xs:element name="Day"
type="dayOfMonthType"
minOccurs="0"
maxOccurs="32"
/>
</xs:sequence>
</xs:complexType>
Child elements
| Element | Type | Description |
|---|---|---|
| Day | dayOfMonthType | Specifies a day of the month during which the task runs. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows Vista [desktop apps only] |
| Minimum supported server |
Windows Server 2008 [desktop apps only] |