Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the child elements and sequencing information for the ScheduleByDay element.
<xs:complexType name="dailyScheduleType">
<xs:all>
<xs:element name="DaysInterval"
minOccurs="0"
>
<xs:simpleType>
<xs:restriction
base="unsignedInt"
>
<xs:minInclusive
value="1"
/>
<xs:maxInclusive
value="365"
/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:all>
</xs:complexType>
Child elements
Element | Type | Description |
---|---|---|
DaysInterval | Specifies the interval between the days in the schedule. |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |