共用方式為


daysOfWeekType 複雜類型

定義 DaysOfWeek (weeklyScheduleType) DaysOfWeek (monthlyDayOfWeekScheduleType) 元素的子項目和排序資訊。

<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>

子元素

元素 類型 Description
星期五 N/A 工作會在星期五執行。
星期一 N/A 工作會在星期一執行。
星期六 N/A 工作會在星期六執行。
星期日 N/A 工作會在星期日執行。
Thursday N/A 工作在星期四執行
Tuesday N/A 工作會在星期二執行。
星期三 N/A 工作會在星期三執行。

規格需求

需求
最低支援的用戶端
Windows Vista [僅限傳統型應用程式]
最低支援的伺服器
Windows Server 2008 [僅限傳統型應用程式]

另請參閱

工作排程器架構複雜類型

工作排程器