Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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] |