共用方式為


daysOfMonthType 複雜類型

定義 DaysOfMonth (monthlyScheduleType) 元素的子項目和排序資訊。

<xs:complexType name="daysOfMonthType">
    <xs:sequence>
        <xs:element name="Day"
            type="dayOfMonthType"
            minOccurs="0"
            maxOccurs="32"
         />
    </xs:sequence>
</xs:complexType>

子元素

元素 類型 Description
dayOfMonthType 指定工作執行期間月份的一天。

規格需求

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

另請參閱

工作排程器架構複雜類型

工作排程器