Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
3/29/2010
Top
Top
Top
Top
Defines a recurrence pattern that can be applied to Tasks, Appointments, Events, and Meetings.
The following tables list the members exposed by the Recurrencetype.
Public Properties
Name | Description | |
---|---|---|
DayOfMonth | Gets or sets the day in a month on which an item occurs, from 1 to 31. | |
DaysOfWeekMask | Gets or sets the days of the week of the recurrence. | |
Instance | Gets or sets the week of the month (the WeekOfMonth enumeration value) in which an item occurs, from one to five. | |
Interval | Gets or sets the length of time between occurrences. | |
MonthOfYear | Gets or sets the month of the year (the Month enumeration value) in which an item occurs, from one to twelve. | |
NoEndDate | Gets or sets whether the recurrence pattern has an end date. trueif the recurrence has no end date; otherwise false. | |
Occurrences | Gets or sets the number of occurrences in the recurrence pattern. | |
PatternEndDate | Gets or sets the ending date of the recurrence pattern. | |
PatternStartDate | Gets or sets the starting date of the recurrence pattern. | |
RecurrenceType | Gets or sets the type of recurrence pattern applied to a Task, Appointment, Event, or Meeting. |
Public Methods(see also Protected Methods)
Name | Description | |
---|---|---|
Clear | Removes a recurrence pattern. | |
Equals | Overloaded. (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
ReferenceEquals | (inherited from Object) | |
ToString | (inherited from Object) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Public Events
Name | Description | |
---|---|---|
DayOfMonthChanged | Occurs when the DayOfMonth property changes. | |
DaysOfWeekMaskChanged | Occurs when the DayOfWeek property changes. | |
InstanceChanged | Occurs when the WeekOfMonth property changes. | |
IntervalChanged | Occurs when the occurrence interval changes. | |
MonthOfYearChanged | Occurs when the MonthOfYear property changes. | |
NoEndDateChanged | Occurs when the NoEndDate property changes. | |
OccurrencesChanged | Occurs when the the number of occurences changes. | |
PatternEndDateChanged | Occurs when the recurrence pattern’s end date changes. | |
PatternStartDateChanged | Occurs when the recurrence pattern’s start date changes. | |
RecurrenceTypeChanged | Occurs when the recurrence type changes. |