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 elements and sequencing information for the DaysOfWeek (weeklyScheduleType) and DaysOfWeek (monthlyDayOfWeekScheduleType) elements.
<xs:complexType name="daysOfWeekType">
<xs:all>
<xs:element name="Monday"
minOccurs="0"
>
<xs:complexType />
</xs:element>
<xs:element name="Tuesday"
minOccurs="0"
>
<xs:complexType />
</xs:element>
<xs:element name="Wednesday"
minOccurs="0"
>
<xs:complexType />
</xs:element>
<xs:element name="Thursday"
minOccurs="0"
>
<xs:complexType />
</xs:element>
<xs:element name="Friday"
minOccurs="0"
>
<xs:complexType />
</xs:element>
<xs:element name="Saturday"
minOccurs="0"
>
<xs:complexType />
</xs:element>
<xs:element name="Sunday"
minOccurs="0"
>
<xs:complexType />
</xs:element>
</xs:all>
</xs:complexType>
Child elements
| Element | Type | Description |
|---|---|---|
| Friday | N/A | Task runs on Friday. |
| Monday | N/A | Task runs on Monday. |
| Saturday | N/A | Task runs on Saturday. |
| Sunday | N/A | Task runs on Sunday. |
| Thursday | N/A | Task runs on Thursday |
| Tuesday | N/A | Task runs on Tuesday. |
| Wednesday | N/A | Task runs on Wednesday. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows Vista [desktop apps only] |
| Minimum supported server |
Windows Server 2008 [desktop apps only] |