Namespace: |
|
Type: |
anonymous complexType |
Content: |
empty, 4 attributes |
Defined: |
|
Includes: |
definitions of 4 attributes |
XML Representation Summary |
|||||||||||||||
<yearly |
|||||||||||||||
|
|||||||||||||||
/> |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
Repeat every year on a particular date. The very first occurrence is
</xsd:documentation>
created from the parent event's startTime and endTime, but the recurrence occurs as follows: <li>Repeat yearly on [day] of [month].</li>
<li>
Repeat every [yearFrequency] years on [day] of [month].
</li>
Typically, the first occurrence is also an instance of the recurrence,
but this need not be the case. <xsd:complexType>
<xsd:attribute name="yearFrequency" type="xsd:int">
</xsd:complexType>
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
This optional attribute indicates the year periodicity. By
</xsd:documentation>
default, it is 1 (repeat every year).
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
Specifies the month to recur on.
</xsd:documentation>
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
Specifies the day of the month to recur on. Value is between 1-31.
</xsd:documentation>
See forceExact for invalid day-month combinations.
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
By default, an invalid day-month-year combination will cause .NET Calendar to search backwards to
</xsd:documentation>
find a valid day for a particular month, year. If forceExact is true, an invalid starting [month ,day] combination such as [6, 31] is ignored and will not be included as an instance of the recurrence. With forceExact, .NET Calendar follows ICAL behavior. <li>
day=31 will only pick up months that have 31 days.
</li>
<li>day=30 will pick up all months except February.</li>
<li>
day=29 will pick up all months except February, except on leap
</li>
years. February 29 is included on leap years. </xsd:element>
|
Type: |
|
Use: |
required |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
Specifies the day of the month to recur on. Value is between 1-31.
</xsd:documentation>
See forceExact for invalid day-month combinations. </xsd:attribute>
|
Type: |
xsd:boolean, predefined |
Use: |
optional |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
By default, an invalid day-month-year combination will cause .NET Calendar to search backwards to
</xsd:documentation>
find a valid day for a particular month, year. If forceExact is true, an invalid starting [month ,day] combination such as [6, 31] is ignored and will not be included as an instance of the recurrence. With forceExact, .NET Calendar follows ICAL behavior. <li>
day=31 will only pick up months that have 31 days.
</li>
<li>day=30 will pick up all months except February.</li>
<li>
day=29 will pick up all months except February, except on leap
</li>
years. February 29 is included on leap years. </xsd:attribute>
|
Type: |
|
Use: |
required |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
Specifies the month to recur on.
</xsd:documentation>
</xsd:attribute>
|
Type: |
xsd:int, predefined |
Use: |
optional |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This optional attribute indicates the year periodicity. By
</xsd:documentation>
default, it is 1 (repeat every year). </xsd:attribute>
|