次の方法で共有


monthlyScheduleType 複合型

ScheduleByMonth (calendarTriggerType) 要素の子要素とシーケンス情報を定義します。

<xs:complexType name="monthlyScheduleType">
    <xs:all>
        <xs:element name="DaysOfMonth"
            type="daysOfMonthType"
            minOccurs="0"
         />
        <xs:element name="Months"
            type="monthsType"
            minOccurs="0"
         />
    </xs:all>
</xs:complexType>

子要素

要素 Type 説明
DaysOfMonth daysOfMonthType タスクを実行する月の日数を指定します。
ヶ 月 monthsType 月単位のスケジュールに対してタスクを実行する年の月を指定します。

必要条件

要件
サポートされている最小のクライアント
Windows Vista [デスクトップ アプリのみ]
サポートされている最小のサーバー
Windows Server 2008 [デスクトップ アプリのみ]

関連項目

タスク スケジューラ スキーマ複合型

タスク スケジューラ