monthlyDayOfWeekScheduleType 複雜類型

定義 ScheduleByMonthDayOfWeek 元素的子專案和排序資訊。

<xs:complexType name="monthlyDayOfWeekScheduleType">
    <xs:all>
        <xs:element name="Weeks"
            type="weeksType"
            minOccurs="0"
         />
        <xs:element name="DaysOfWeek"
            type="daysOfWeekType"
         />
        <xs:element name="Months"
            type="monthsType"
            minOccurs="0"
         />
    </xs:all>
</xs:complexType>

子元素

元素 類型 描述
DaysOfWeek daysOfWeekType 指定工作執行期間星期幾。
monthsType 指定工作執行期間之年份的月份。
星期 weeksType 指定工作執行期間當月的周數。

規格需求

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

另請參閱

工作排程器架構複雜類型

工作排程器